Sun Java JDK removed when upgrading to Ubuntu 10.4
If you are upgrading to Ubuntu 10.4 from 8.x or 9.x note that the Sun Java
(sun-java6-*) has been removed from the multiverse repository in favour of using the preferred OpenJDK.
So when you upgrade, the sun version gets removed, but no replacement is added. So you'll need to either install OpenJDK and/or if you need the Sun JDK for development, here's how to get it back:
1. - sudo apt-get install python-software-properties
2. - sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
3. - sudo apt-get update
4. - sudo apt-get install sun-java6-jdk
Enjoy
Posted by SteveL on May 17, 2010 at 06:35 PM EST #