• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

applet reload problem.

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have an applet that runs fine when it first loaded in IE 6(I don't have any jre installed except the default in IE). However, after i reload the applet, the applet does not run at all. I only see small grey area. The error shown in the java console is something like this
**********************************************
<code>
java.lang.LinkageError:Class already defined in the context of this loader: XXXpackage/YYYclass.
java.lang.ClassNotFoundExcep at com/ms/vm/loader/URLClassLoader.loadClasstion:XXXpackage/YYYclass.
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/vm/applet/AppletPanel.securedClassLoad
at com/ms/vm/applet/AppletPanel.processSentEvent
at com/ms/vm/applet/AppletPanel.processSentEvent
at com/ms/vm/applet/AppletPanel.run
at java/lang/Thread.run
</code>
<code>
************************************************
Can some one point me on this?
 
reply
    Bookmark Topic Watch Topic
  • New Topic