Skip to content

Instantly share code, notes, and snippets.

@runozo
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save runozo/3cefeb43c8913d3affd5 to your computer and use it in GitHub Desktop.
Save runozo/3cefeb43c8913d3affd5 to your computer and use it in GitHub Desktop.
Install Oracle JDK 7 on Ubuntu 14.04 LTS
sudo apt-get install python-software-properties software-properties-common
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment