I am able to run with eclipse tool. Token is getting generated. Same project is exported as a jar and path is given in Uipath. It throws an error while invoking java method.
I tried to run a simple java program where i passed a string value and it returned the results to me in Uipath but here we are not importing any class since it is a basic test program to test where it works or not. So problem is importing library in case of uipath.
To import lib, I simply did it manually in eclipse but uipath is not importing it.