Created
April 11, 2011 18:33
-
-
Save tranminhan/914009 to your computer and use it in GitHub Desktop.
install java on linux
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 “deb http://archive.canonical.com/ lucid partner” | |
sudo apt-get update | |
sudo apt-get install sun-java6-jdk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment