Skip to content

Instantly share code, notes, and snippets.

@alexandregama
Last active October 3, 2015 00:58
Show Gist options
  • Save alexandregama/2359232 to your computer and use it in GitHub Desktop.
Save alexandregama/2359232 to your computer and use it in GitHub Desktop.
Install JDK6 for Programmers
//First, add repository for JDK6
sudo add-apt-repository ppa:ferramroberto/java
//Now get update with the command
sudo apt-get update
//Then, install JDK6 with the command below
sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk
//Simple! Go ahead!
//Install JDK 7 :)
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment