There is an easier way. First remove kaffe, and then install Sun's Java. Afterwards, make a symbolic link to the java file in your bin directory. You must be logged in as root to do this. Here is the syntax I used myself to do this...
#cd /bin
#ln -s /usr/java/jre1.3.1_02/bin/java java
The last java is just the name of the link, you can name it whatever you see fit. And that's that! Everything should work fine now. |