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.
Subscribe to:
Post Comments (Atom)
1 comment:
I apply your suggestion and javaws works! thank you
Post a Comment