Jira OAuth Authentication

Anandhakrishnan June 21, 2021

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?

1 answer

0 votes
Stephen Sifers
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 22, 2021

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events