Last active
November 21, 2018 16:12
-
-
Save fabiojose/c33b546b129703ffea2eb6feeb19ca29 to your computer and use it in GitHub Desktop.
Update the java alternative at Debian
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
update-alternatives \ | |
--install /usr/bin/java \ | |
java \ | |
/usr/lib/jvm/java-9-openjdk-amd64/bin/java \ | |
100 | |
update-alternatives --config java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment