I have a couple of simple Applets that run fine when I use Netscape, but when I try to view them with Internet Explorer I get this:
Error loading class: three13.three13
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException: three13.three13
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
Is this just because Microsoft hates Java, or is there something I can do to make my Applets run on IE?
Thanks!
Nels


