Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: IE9 crashes on closing window containing Java Applet

  1. #1
    Junior Member
    Join Date
    Aug 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default IE9 crashes on closing window containing Java Applet

    Hi,

    I am using java applet in my website, i have installed java run time environment(jre) 7 update 6, and using IE9 as browser.
    I open this java applet in new popup window from the browser IE9.
    Now my problem is...
    If I close the newly opened browser window containing "Java Applet" before it load completely on IE9, browser crash. It close the popup window and restart the browser. It shows the error that "Problem with web page caused internet explorer to close and reopen."

    Can any one help to solve this problem?

    Updated:
    it is causing issue in all major browser, if i close popup window immediately before java applet is fully loaded in popup window, it crash,
    and if i close popup window after successful load of applet, there is no issue.

    so i don't want to block the user from closing the popup window until it's got loaded.
    Last edited by parthei; August 30th, 2012 at 01:26 AM.


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: IE9 crashes on closing window containing Java Applet

    Hi
    This is a place to say hi, not to ask questions.

    Before posting in any forum you should read the forum rules and the sticky threads at the top of the section you plan to post in.

  3. #3
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: IE9 crashes on closing window containing Java Applet

    Thread moved to: Java Applets

    Hello parthei.

    Does this problem happen with any other Java applet? Is this code you have written yourself?
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  4. #4
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: IE9 crashes on closing window containing Java Applet

    Thread moved to: Java Applets

    Hello parthei.

    Does this problem happen with any other Java applet? Is this code you have written yourself?
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  5. #5
    Junior Member
    Join Date
    Aug 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IE9 crashes on closing window containing Java Applet

    @JavaPF, i have written code my self,

    it is causing issue in all major browser, if i close popup window immediately before java applet is fully loaded in popup window, it crash,
    and if i close popup window after successful load of applet, there is no issue.

    so i don't want to block the user from closing the popup window until it's got loaded.

Similar Threads

  1. Running a java applet inside a java window?
    By frozen java in forum Java Theory & Questions
    Replies: 3
    Last Post: July 3rd, 2012, 10:55 PM
  2. help with JButton closing a JFrame :)
    By skerridge in forum AWT / Java Swing
    Replies: 15
    Last Post: January 16th, 2012, 01:11 AM
  3. [SOLVED] Is This Closing To Code Normal?
    By Java Programmer in forum What's Wrong With My Code?
    Replies: 3
    Last Post: January 8th, 2012, 02:08 AM
  4. Replies: 1
    Last Post: December 17th, 2011, 03:32 AM
  5. How to make an error message when my program crashes?
    By noFear in forum Java Theory & Questions
    Replies: 10
    Last Post: August 11th, 2010, 08:50 AM

Tags for this Thread