I've tried to add the Canonical Partner repository, but I still can't find the sun-java6-jdk package. What is the right way to install the Oracle Sun JDK instead of OpenJDK on Ubuntu 10.10 (Maverick Meerkat)?
feedback
|
|
Update (2010/10/01): Yesss, Sun Java Finally Uploaded To The Ubuntu 10.10 Maverick Official Partner Repository. Update (2010/09/27): Readers might want to check Sun Java6 Packages [updated]. I still expect official packages to be available in the partner repos at releast time though. For an unknown reason, the sun-java6-jdk are not yet available in the partner repositories. So either downloaded the required packages from http://archive.canonical.com/pool/partner/s/sun-java6/ and install them with Or temporarily replace the maverick partner repository
by the lucid one (replace | |||||
feedback
|
|
Currently the Sun Java 6 packages are working fine now for Ubuntu 10.10 and 10.04 users. It works fine for me.
| |||||||||||||||||
feedback
|
|
sudo add-apt-repository ppa:sun-java-community-team/sun-java6 sudo apt-get update sudo apt-get install sun-java6-jre sun-java6-bin sun-java6-jdk | |||||||
feedback
|
|
Installation: for 10.10:
for 11.04
Continue with:
Use as default:
Installing JDK:
Source code (to be used in development):
Source of these instructions: https://help.ubuntu.com/community/Java | ||||
|
feedback
|
|
All you need to do is uncomment the two lines in /etc/apt/sources.list that refer to "partner"
(I can't find the command add-apt-repository on Ubuntu 10.10, 64 amd ... even searching with apt-cache yields nothing) | |||
|
feedback
|
|
It is working fine for me, but with a different command:
Error message:
Bam, it worked. | ||||
|
feedback
|
|
You might have to use the version in the Lucid partner repository. I did this in Lucid (I used the version from Karmic multiverse, before I realized it had been moved to the partner repo), and it worked fine. Not sure where it went in Maverick though. | |||
|
feedback
|
|
This worked for me:
| |||
|
feedback
|
|
I am assuming that you need the JDK itself. If so you can accomplish this with:
You don't really need to go around editing sources or anything along those lines. | ||||
|
feedback
|
|
For Ubuntu 10.10 Desktop simply do this: Ubuntu - Installing Java. | ||||
|
feedback
|
|
Ubuntu reporsitories can be more useful https://wiki.ubuntu.com/LucidLynx/ReleaseNotes#Sun%20Java%20moved%20to%20the%20Partner%20repository | |||
|
feedback
|
|
Early last year, I wrote an article for installing our free Pdf reader in Ubuntu. There I have explained how to manually install JDK or JRE from the Java website bypassing APT. | |||
|
feedback
|
|
If add-apt-repository it's not working try this:
That package is required in order to execute that command, in my server it wasn't installed by default (Ubuntu server x64) | ||||
|
feedback
|
|
Here are step-by-step instructions, How to install Sun Java JDK in Ubuntu 10.10 Maverick Meerkat. | ||||
|
feedback
|
protected by Will♦ Mar 14 '11 at 11:39
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.