Skip to content

Instantly share code, notes, and snippets.

View lelayf's full-sized avatar

François Le Lay lelayf

View GitHub Profile
@lelayf
lelayf / gist:1929949
Created February 28, 2012 05:34 — forked from tankchintan/gist:1335220
Procedure for installing and setting Sun JDK Java 6 on Amazon Linux AMI 64bit
# Get latest Sun Java SDK in v6 from Oracle
wget http://download.oracle.com/otn-pub/java/jdk/6u31-b04/jdk-6u31-linux-x64-rpm.bin
# make it exec
chmod +x jdk-6u31-linux-x64-rpm.bin
# Install Java
sudo ./jdk-6u31-linux-x64-rpm.bin
# Check if the default java version is set to sun jdk