JDK-6255782 : no way to force java-plugin quit on Windows
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 5.0u4
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2005-04-15
  • Updated: 2010-04-04
  • Resolved: 2005-05-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u4Fixed 6 b36Fixed
Description
A lot of firefox users complain that their firefox process remain in memory due to the java plugin can not be shutdown properly. 

for more detail, see https://bugzilla.mozilla.org/show_bug.cgi?id=275783

there are also another ~10 bugs have been duplicated to this bug.

for testing, you can just go to this site: http://www.izhuk.com/painter/, then shutdown firefox. you can see the firefox window disappeared, but the process  still can be seen in the windows TaskManager.

We need a method to force the java plugin shutdown unconditionally.
###@###.### 2005-04-15 06:52:38 GMT

Comments
EVALUATION Problem was not reproduceable with 1.6.0 but was pretty consistent using 1.5.0_02. ###@###.### 2005-04-21 20:40:28 GMT Problem is actually also reproduceable with 1.6.0. Key to reproduce problem is to wait until all involved applets are fully loaded before killing the browser window. ###@###.### 2005-04-29 20:17:12 GMT Problem is due to improper handling of WINDOW_CLOSING event during WNetscapeEmbeddedFrame.windowClosing() Fix will be available in 6.0 B36 ###@###.### 2005-04-29 20:17:26 GMT
21-04-2005