Last active
January 15, 2019 16:00
-
-
Save injune1123/1798c0da6e92be570a712a483d648305 to your computer and use it in GitHub Desktop.
Frequently Used Commands
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
//check the version of JAVA | |
java -version | |
// Switch to JAVA 8 on macOS High Sierra and Mojave | |
$export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment