I have both the openjdk-6-jre and sun-java6-jre versions of Java Runtime Environment installed on my Ubuntu Maverick desktop. But when I was trying to load a web page, my web-browserer were using openjdk-6-jre, so I had problem with this web-page. To solve the problem I just switched from openjdk-6-jre to sun-java6-jre in my web-browsers by removing icedtea6 plugin and installing sun-java6-plugin instead:
Code:
sudo apt-get remove icedtea6-plugin
sudo apt-get install sun-java6-plugin
Now all my browsers (Chromium, Firefox, Opera) use Sun Java 6 JRE and I don't have any problem with the web-page.