Skip to content

Instantly share code, notes, and snippets.

@iarrup
Created February 13, 2016 22:10
Show Gist options
  • Save iarrup/d1ea49d56f0a566624b7 to your computer and use it in GitHub Desktop.
Save iarrup/d1ea49d56f0a566624b7 to your computer and use it in GitHub Desktop.
Install and setup Java on Ubuntu 14.04
#Install Java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
#Point to right JDK
sudo udpate-alternatives --config java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment