|
Quick Lists
|
|
Bug ID:
|
4236070
|
|
Votes
|
2
|
|
Synopsis
|
JRE Plug-In :: IE 4.0 process continues to run on NT
|
|
Category
|
java_plugin:plugin
|
|
Reported Against
|
1.1.2
, 1.2.1
, 1.2fcs
|
|
Release Fixed
|
1.2.2
|
|
State
|
11-Closed,
Verified,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
4226923
,
4235985
|
|
Submit Date
|
06-MAY-1999
|
|
Description
|
We tried running the SwingSet demo applet from the JDK 1.2.1
in IE 4.0. Before this we installed the JRE Plug-In that came with JDK.
The demo worked fine.
When we exited from the browser the IE 4.0 process (iexplore.exe) continued to run in the background(as viewed
thru NT Task Manager).
Each time we ran the sample this way, it created a new instance of iexplore.exe with the earlier instance still running and
consuming resources.
*************The HTML for the SwingSet Sample ********
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>SwingSet demo</title>
</head>
<body>
<P> </P>
<h1>SwingSet demo</h1>
<!--"CONVERTED_APPLET"-->
<!-- CONVERTER VERSION 1.0 -->
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 695 HEIGHT = 525 codebase="http://java.sun.com/products/plugin/1.2/jinstall-12-win32.cab#Version=1,2,0,0">
<PARAM NAME = CODE VALUE = SwingSetApplet >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.2">
</OBJECT>
<!--
<APPLET CODE = SwingSetApplet WIDTH = 695 HEIGHT = 525 >
</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->
</body>
</html>
**************************************************************
(Review ID: 57881)
======================================================================
If you use JEditorPane+HTMLEditorKit in a Java Application
from the same JRE that plug-in uses, you get what you expect in
terms of rendered HTML (e.g. basic HTML with bolding and a
few hyperlinks).
However, if you run the same code as an applet in same JRE but
in plug-in, the HTML rendering seems to be "disabled", you get
the basic textual output but no bolds, no highlighting/underline
for the hyperlinks.
Is this an explicit feature to disable HTML rendering effectively
inside a browser?
This can be reproduced by enabling the HTML editor pane in
SwingSet and running SwingSet in/out of plug-in.
(Review ID: 57862)
======================================================================
Occurs when using JRE 12 or 121 and its associated pluggin for win NT40/95.
If the symantec symcjit JIT is enabled, after a JApplet browsing session
the browser (Netscape 4.X) process is not completely killed when the browser is dismissed.
there remains one thread, corresponding apparently to the JIT that carries
all the memory weight of the VM + the Applet and disables
apparently the garbage collection of the peer.
(Review ID: 57892)
======================================================================
|
|
Work Around
|
We trying hard to find one.
======================================================================
The only option to dismiss this process is to kill it using the task manager or
a RAM recovery software (for win95). When JIT is disabled, the browser disposal is clean...
(Review ID: 57892)
======================================================================
|
|
Evaluation
|
JIT and JavaRunTime bug.
Already fixed.
xxxxx@xxxxx 1999-05-26
|
|
Comments
|
Submitted On 18-MAY-1999
Banaszak
This bug also occurs with Netscape,
and not only with NT but also with Win95.
The process which keeps on running is that of the JIT.
Try disabling the JIT with the java plugin control panel
and you'll see that this way all the processes are correctly
disposed with the browser...
Submitted On 27-MAY-1999
asinitsyn
When will be this fix in JIT included into standart JRE? We cannot ask all our
users to go to Java Plug-in Control Panel and disable JIT.
Submitted On 14-JUL-1999
BoswellB
Does anybody know if this has been fixed yet in a later version ???
It says it has been already fixed but in what version ??
Submitted On 26-JUL-1999
joestgren
We still have this problem + temporary jar files in the TEMP directory.
Submitted On 06-SEP-1999
jlisa
I have the same problem and I donīt know the solution.
I think to do it with JavaScript, but it doesnīt the best.
Any solution for me?
Submitted On 06-JAN-2000
mdgates
This one has no solution as far as I can tell. Depending on how you look at it,
this may be a kill new proposals for getting java applets deployed in a
corporate environment. Where is the solution Sun? I have tried all of the
suggestions I can find in the forums - none work.
What heck then is this "Evaluation" supposed to mean:
JIT and JavaRunTime bug.
Already fixed.
xxxxx@xxxxx 1999-05-26
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |