Last active
December 16, 2015 19:30
-
-
Save inoccu/5485954 to your computer and use it in GitHub Desktop.
install Oracle JDK
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
chmod 755 jdk-6u37-linux-i586-rpm.bin | |
./jdk-6u37-linux-i586-rpm.bin | |
java -version | |
java version "1.6.0_37" | |
Java(TM) SE Runtime Environment (build 1.6.0_37-b06) | |
Java HotSpot(TM) Client VM (build 20.12-b01, mixed mode, sharing) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment