Skip to content

Instantly share code, notes, and snippets.

@guillaumek
Last active March 15, 2016 14:48
Show Gist options
  • Save guillaumek/8e92f2af0c4cf26cb349 to your computer and use it in GitHub Desktop.
Save guillaumek/8e92f2af0c4cf26cb349 to your computer and use it in GitHub Desktop.
Install Oracle JDK 8 on Ubuntu
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-set-default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment