Skip to content

Instantly share code, notes, and snippets.

@dlecan
Created August 9, 2011 12:21
Show Gist options
  • Save dlecan/1133900 to your computer and use it in GitHub Desktop.
Save dlecan/1133900 to your computer and use it in GitHub Desktop.
Add OpenJDK PPA
sudo add-apt-repository ppa:dlecan/openjdk
sudo apt-get update
sudo apt-get install openjdk-7-jre # or "openjdk-7-jdk" for JDK.
# Add "openjdk-7-source" to install JDK sources.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment