在ubuntu上安装 sun jdk

来源:互联网 发布:凯立德端口查看文件 编辑:程序博客网 时间:2024/06/10 19:37

for 10.10:

sudo add-apt-repository"deb http://archive.canonical.com/ maverick partner"

for 11.04

sudo add-apt-repository"deb http://archive.canonical.com/ natty partner"

Continue with:

sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin

Use as default:

sudo update-alternatives --config java

Installing JDK:

sudo apt-get install sun-java6-jdk

Source code (to be used in development):

sudo apt-get install sun-java6-source

Source of these instructions: 

原创粉丝点击