Re: examples running in linux but fail to run in windows
Posted By:
Simon_Ablett
Posted On:
Monday, March 11, 2002 08:16 AM
The NoClassDefFoundError is generated by the JVM's classloader when it can't find a required class. Are you sure that your CLASSPATH is set up correctly? Are all of the required jar/class files present. Check your dependencies. Does the class file mentioned in the exception exist in your target environment? Beyond that it's impossible to help you given the limited information you have supplied.
Regards.