开发者

Installing java SDK in ubuntu 10.10 [duplicate]

开发者 https://www.devze.com 2023-02-13 07:24 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to install Sun JDK on Ubuntu 10.10 “Maverick meerkat”?开发者_高级运维
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

How to install Sun JDK on Ubuntu 10.10 “Maverick meerkat”?开发者_高级运维

Can any one suggest me how to install java sdk in ubuntu 10.10?


For openjdk, use

aptitude install openjdk-6-jdk

For sun distribution, see: How to install Sun JDK on Ubuntu 10.10 “Maverick meerkat”?


Just run this:

sudo apt-get install sun-java6-jdk

Could be that apt can not find the package. In this case add this line to your /etc/apt/sources.list file:

deb http://archive.canonical.com/lucid partner
0

精彩评论

暂无评论...
验证码 换一张
取 消