Perry Smith

Java Questions & Answers

Home / Java Q & A Archive Page 3 / Java Q & A Archive

NoClassDefFoundError
Tuesday, 02-Feb-99 12:30:44

202.141.26.2 writes:

Hi!
I have written a program in jdk1.1.6 and is working properly . If itry to run the program in 1.2 we are gettingthe "NoClassDefFoundError" error. We don't know whether the problem is in 1.2 or in installation ? I am able to run the demo applets given in 1.2 .The jfc demo's getting the same error. Please clarify

Thanks
Surendra Kumar V


Response
Re: NoClassDefFoundError
Tuesday, 02-Feb-99 17:12:49

148.5.110.71 writes:

Surendra,
It sounds like your classpath is not set up correctly. I believe the java import files were organized differently in 1.2 from 1.1.6. It would help if you included the exact wording of the error you are getting.

Scott_M2


Home / Java Q & A Archive Page 3 / Java Q & A Archive