Yes the Java Runtime from Sun will work. Be sure to remove kaffe first if its installed. Install java then add the following to /etc/profile
export PATH="$PATH:/usr/java/j2sdk1.4.0_02/bin"
modify /usr/java/j2sdk1.4.0_02/bin to wherever java was installed |