开发者

Installing java SDK in ubuntu 10.10 [duplicate]

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜