• 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

IE crashes using JRE plugin?

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

My IE has JRE 1.3 plugin and running an application with applets. One of these applets uses netscape.javascript.JSObject to invoke Javascript functions.
My IE sporadically crashed and a log file created on my local drive, it says:

I googled for it but few, unclear answers found.

Please help.
Thanks
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
fine for that first check whether the classpath is set for the netscape package u will find plugin.jar in the jre folder. then try it agian and tell me the status.
 
Chinh Tran Nam
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your answer.

I don't think it has anything to do with classpath. My applet worked, it only crashes sometime.

I think that when we use Liveconnect to invoke a javascript, it will start a Thread and this thread will not terminate that causes IE crashes.

What do you think?
 
reply
    Bookmark Topic Watch Topic
  • New Topic