Sunday, July 20, 2008

OpenJDK Issue in Ubuntu 8.04 (Part II)

Intro
This is a better solution to the issue described the other day.

Solution
If you already installed OpenJDK, just install all the latest updated for Ubuntu 8.04. It will add Sun Java 6. After the update just remove all openjdk packages.
Before removing openjdk packages you can check what versions of java you have on with the command:
update-alternatives --display java

After removing the packages, there should be only Sun Java 6 left.

1 comment:

Sergio Muñoz Venegas said...

I apply your suggestion and javaws works! thank you