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
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