I'm trying to load an applet into IE and it gives the following eror:
Error loading class: chatclient2
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException: chatclient2
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/applet/AppletPanel.securedClassLoad
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.run
at java/lang/Thread.run
It's like the class isn't there, but it is. If I enable Sun's Java plugin, it
all works fine.
Anybody ?