I have used Sun's Forte
IDE to generate a SWING
Applet. It compiles with no errors, however, when I try and execute it within the IDE I get the following error:
java.lang.NoClassDefFoundError: web-inf/classes/JApplet (wrong name:JApplet)
When trying to run the applet via a browser I get the following error:
java.lang.ClassNotFoundException: ..JApplet
I have loaded Sun's plugin 1.3.1_01 and can run Sun's helloSwingApplet. What am I missing on my server???
I have searched on Javaranch for this error but cannot find any references, I would be gratefull if someone could point me in the right direction.
Thanks.