Created
June 6, 2017 02:59
-
-
Save muumin/484bfb46ee653c550627652e25aa1118 to your computer and use it in GitHub Desktop.
alternativesでのJAVA_HOME切替
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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