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
# 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 |