Skip to content

Instantly share code, notes, and snippets.

@muumin
Created June 6, 2017 02:59
Show Gist options
  • Select an option

  • Save muumin/484bfb46ee653c550627652e25aa1118 to your computer and use it in GitHub Desktop.

Select an option

Save muumin/484bfb46ee653c550627652e25aa1118 to your computer and use it in GitHub Desktop.
alternativesでのJAVA_HOME切替
export JAVA_HOME=`readlink /etc/alternatives/java | sed -e 's/\/bin\/java//g'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment