Created
February 13, 2016 22:10
-
-
Save iarrup/d1ea49d56f0a566624b7 to your computer and use it in GitHub Desktop.
Install and setup Java on Ubuntu 14.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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