comments 1 - 1 of 1 | page 1  
oneview member: guido guido
10/05/2008
since there is a bug with Ubuntu 8.04, you can only remove the openjdk-6 from Ubunut using following commands:

aptitude remove icedtea-gcjwebplugin

aptitude remove openjdk-6-jre openjdk-6-jre-headless  openjdk-6-jre-lib


To install the sun jdk use:

apt-get install sun-java6-jdk

and finally add these lines to you .profile

JAVA_HOME = /usr/lib/jvm/java-6-sun
EXPORT JAVA_HOME


comments 1 - 1 of 1 | page 1