Skip to content

Instantly share code, notes, and snippets.

View ddura's full-sized avatar

Daniel Dura ddura

View GitHub Profile
@ddura
ddura / gist:1126221
Created August 4, 2011 20:46
Replacing OpenJDK Java with Oracle Java on Ubuntu
# Uncomment the lines that reference the partner repository
sudo nano /etc/apt/sources.list
# Once the lines are uncommented, update apt-get
sudo apt-get update
# Install the 'Sun' Java JDK
sudo apt-get install sun-java6-jre sun-java6-bin sun-java6-jdk
# Update Ubuntu to use the alternatives