Created
January 6, 2019 18:25
-
-
Save sandokandias/cd5c35b5c13b68d324b712a0023cb8ed to your computer and use it in GitHub Desktop.
update-alternatives-java
This file contains 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
sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/jdk1.8.0_191/bin/java" 1500 | |
sudo update-alternatives --install "/usr/bin/javac" "javac" "/usr/lib/jvm/jdk1.8.0_191/bin/javac" 1500 | |
sudo update-alternatives --install "/usr/bin/javaws" "javaws" "/usr/lib/jvm/jdk1.8.0_191/bin/javaws" 1500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment