I run the below command in terminal to get Access token
java -jar OAuthTutorialClient-1.0.jar requestToken
But I get an error like this,
Unable to access jarfile OAuthTutorialClient-1.0.jar
Can anyone assist me to resolve this issue?
Hello!
Without understanding which OS you're in and permissions on the file structure, I would assume Java is unable to understand or see the path of your jarfile. I would suggest giving this a try:
java -jar "path\to\file\JARFILE.jar" requestToken
Regards,
Stephen Sifers
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.