Posted By:
Jeff_Hubbach
Posted On:
Monday, December 16, 2002 08:39 AM
As one last check, just incase you're coming from Windows, PATH and CLASSPATH in linux are separated by colons, not semicolons.
Posted By:
Simon_Ablett
Posted On:
Monday, December 16, 2002 07:22 AM
And you have checked that the directories specified in your CLASSPATH definitely contain the required '.class' file or that it exists in a jar file explicitly referenced by that variable? Have you also checked that the package name of the class is correct in both the source of the 'missing' class and in the import statements of the caller?
Regards.