Last active
November 9, 2015 13:14
-
-
Save rupzme/e2322c53c8fcf0dce33e to your computer and use it in GitHub Desktop.
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 -u root -s | |
(switch to root user, don't prompt for password) | |
[Good way to handle linux java packaging and assignment] | |
Check versions | |
update-java-alternatives -l | |
this updates & sets the sym links for all java commands: | |
sudo update-java-alternatives -s java-7-oracle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment