Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

Problem in running applet in IE with JAVA version 1.6.0 update 24

774468Mar 29 2011 — edited Apr 1 2011
Hi,

I have an applet running in my application. What this applet does is it downloads a file from the server to the user's machine. This applet was working fine when I was running the application with update 23 or below. Since, last few days, after I have installed the new update 24, it has stopped working.

The error that I am receiving is, the applet is not able to find the Applet class itself.

If I revert back to update 23, it started working again.

For your reference, I am using IE 7.0.5730.13.

Can anyone please help me in this problem?

Thanks,
Arnab

Error Message in Java console:

load: class com.abc.applet.ClientApplet.class not found.
java.lang.ClassNotFoundException: com.abc.applet.ClientApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassNotFoundException: com.abc.applet.ClientApplet.class
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2011
Added on Mar 29 2011
5 comments
794 views