Created
April 22, 2016 13:17
-
-
Save bradkarels/342c82de2b90eef47b7f4e9f9025d6e4 to your computer and use it in GitHub Desktop.
Setting up Java8 on fresh Ubuntu 14.04 - (won't be relevant long with 16.04 in beta2)
This file contains hidden or 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
sudo add-apt-repository ppa:openjdk-r/ppa | |
sudo apt-get update | |
sudo apt-get install openjdk-8-jdk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment