View Single Post
  #2 (permalink)  
Old April 6th, 2002
Unregistered
Guest
 
Posts: n/a
Default

This seems to be a problem with your Java installation; the class that is not found should be in the jdk/jre libs.

A fix that should work:
a) check that you are using java 1.3 or above
b) find the path to a file called "rt.jar" , usually located in /path/to/your/Java/Install/jre/lib/rt.jar
c) edit the start script: append the full pathname of rt.jar to the CLASSPATH variable that is set there.
Reply With Quote