The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to install AtlassianPluginSDK on a drive that isn't C.

luizduarte
Contributor
October 5, 2020

I just installed the OracleSDK and AtlassianSDK all on another drive that isn't C, yet when I try the atlas-run command, it won't recognize unless it's on drive C, is there any thing is installation other than archive path that I have to change? Even the JAVA_HOME is on another drive.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
DC
March 17, 2021

when I try the atlas-run command, it won't recognize

Check if:

  • environment variable ATLAS_HOME is properly set;
  • environment variable PATH contains ${ATLAS_HOME}/bin value.

Cheers.