Created
August 9, 2011 12:21
-
-
Save dlecan/1133900 to your computer and use it in GitHub Desktop.
Add OpenJDK PPA
This file contains 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
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