IE browser crash when loading applet of jdk1.5.0_09
hello,
I runned my web application on tomcat 5.0, and my jdk version is 1.5.0_09. In my application, there are several tabs, one of them will load an applet.
The problem is that: during the applet loading, if I switch to another tab in the application, then the IE browser will crash. But if I wait until the applet loading is finished, then change to another tab, then the crash problem will not happen.
This problem does not occur when I use the jdk 1.4.
So my question is: is it a bug of jdk1.5, or a bug of my applet? Please tell me how to solve it.
Thank you.