Last active
January 3, 2016 18:18
-
-
Save randika/8500853 to your computer and use it in GitHub Desktop.
Install Oracle Java on Ubuntu 12 or 13
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
$ sudo add-apt-repository ppa:webupd8team/java | |
$ sudo apt-get update | |
$ sudo apt-get install oracle-java7-installer | |
$ java -version | |
java version "1.7.0_51" | |
Java(TM) SE Runtime Environment (build 1.7.0_51-b13) | |
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment