Re: NoClassDefFoundError in jar file
Posted By:
AlessandroA_Garbagnati
Posted On:
Wednesday, June 19, 2002 06:15 AM
Hi,
The java.lang.NoClassDefFoundError means that the Java compiler isn't able to find the specific class.
Can you post the CLASSPATH (not PATH) of your java application. Maybe this is not correct.