Skip to content

Instantly share code, notes, and snippets.

@b-long
Created October 8, 2015 01:03
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 b-long/19c409bba583162048f8 to your computer and use it in GitHub Desktop.
Save b-long/19c409bba583162048f8 to your computer and use it in GitHub Desktop.
Quick note on installing the Oracle Java 1.8 JDK in Ubuntu

Certainly not the first person to write this, but figured I'd write it down in my own gist.

To install the Oracle JDK 8 (1.8), do the following:

sudo add-apt-repository ppa:webupd8team/java
# You can't skip this step
sudo apt-get update
sudo apt-get install oracle-java8-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment