Created
October 30, 2018 14:05
-
-
Save anton-petrov/e052139cc0ce3da2f250ac125e2b5036 to your computer and use it in GitHub Desktop.
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
| alias j11="export JAVA_HOME=`/usr/libexec/java_home -v 11`; java -version" | |
| alias j8="export JAVA_HOME=`/usr/libexec/java_home -v 1.8`; java -version" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment