Installing java SDK in ubuntu 10.10 [duplicate]
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
精彩评论