• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic