1. Remove gcj
apt-get remove gcj libgcj-common libgcj7-0
2. Download and install jdk from Sun at /opt
sh jdk-1_5_0_11-linux-i586.bin
3. Export $PATH: put these lines in file ~/.bashrc
export JAVA_HOME=/opt/jdk1.5.0_11
export PATH=$JAVA_HOME/bin:$PATH
Recent Comments