Skip to content

Instantly share code, notes, and snippets.

View Afforess's full-sized avatar

Cameron McAvoy Afforess

View GitHub Profile
# Get the latest Sun Java SDK from Oracle
wget http://download.oracle.com/otn-pub/java/jdk/7u17-b02/jdk-7u17-linux-i586.rpm
# Rename the file downloaded, just to be nice
mv jdk-7u17-linux-i586.rpm\?e\=1320265424\&h\=916f87354faed15fe652d9f76d64c844 jdk-7u17-linux-i586.rpm
# Install Java
sudo rpm -i jdk-7u17-linux-i586.rpm
# Check if the default java version is set to sun jdk