Skip to content

Instantly share code, notes, and snippets.

@inoccu
Last active December 16, 2015 19:30
Show Gist options
  • Save inoccu/5485954 to your computer and use it in GitHub Desktop.
Save inoccu/5485954 to your computer and use it in GitHub Desktop.
install Oracle JDK
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