Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

IE Explorer JVM

843811Feb 19 2003 — edited Mar 28 2005
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 25 2005
Added on Feb 19 2003
11 comments
172 views