Created
November 4, 2014 12:15
-
-
Save xCASx/771b53bd5d7797c77f6b to your computer and use it in GitHub Desktop.
Install Oracle JDK on Ubuntu
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 add-apt-repository ppa:webupd8team/java | |
sudo apt-get update | |
sudo apt-get install oracle-java7-installer | |
# If you have multiple java installed on your system, you can select with : sudo update-alternatives --config java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment