View Single Post
  #3 (permalink)  
Old October 8th, 2002
Unregistered
Guest
 
Posts: n/a
Default

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
Reply With Quote