Last active
August 26, 2018 03:57
-
-
Save shiraji/958cca1509ada9fd6257b9687580d163 to your computer and use it in GitHub Desktop.
JDK export settings for Kontribution
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=`/usr/libexec/java_home -v "1.8"` | |
export JDK_16=`/usr/libexec/java_home -v "1.6"` | |
export JDK_17=`/usr/libexec/java_home -v "1.7"` | |
export JDK_18=`/usr/libexec/java_home -v "1.8"` | |
export JDK_9=`/usr/libexec/java_home -v "10"` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment