IE Explorer JVM
843811Feb 19 2003 — edited Mar 28 2005I am having problems running an applet on IE Explorer 4 & 6
In the internet options advanced page, using the
Java(sun) 2v1.4 for applets, the applet works fine.
Here is the relevant html file
<applet code = aibst/STApplet.class>
<param name = 'archive' value = 'aibst/aibst.jar' >
However, if I use the MS IE Explorer version, I am
unable to load the applet, getting this error:
java.lang.ClassNotFoundException: aibst.STApplet
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
Any ideas? I'm sure it is something rather simple.
Thanks,
Tom