Skip to content

Instantly share code, notes, and snippets.

@xCASx
Created November 4, 2014 12:15
Show Gist options
  • Save xCASx/771b53bd5d7797c77f6b to your computer and use it in GitHub Desktop.
Save xCASx/771b53bd5d7797c77f6b to your computer and use it in GitHub Desktop.
Install Oracle JDK on Ubuntu
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