JDK : jre1.4.0-b82
JCK : JCK 1.3a
Platform[s] : Windows 98, IE5.5
Java plug-in hangs under Windows 98 when trying to bring up
javatest agent applet.
How to reproduce:
=================
1. Install JRE 1.4.0, build 82 under Windows 98
2. Try to bring up JavaTest Agent Applet under IE5.5 (HTML source below).
You will see that IE hangs.
---- test.html ----
<html>
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 600 HEIGHT = 400
codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
<PARAM NAME = CODE VALUE = "javasoft.sqe.javatest.slavetool.SlaveApplet" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME = "scriptable" VALUE="false">
<PARAM NAME = "activePort" VALUE ="1944">
<PARAM NAME = "mode" VALUE ="active">
<PARAM NAME = "trace" VALUE ="true">
<PARAM NAME = "start" VALUE ="true">
<COMMENT> <EMBED type="application/x-java-applet;version=1.3"
CODE = "javasoft.sqe.javatest.slavetool.SlaveApplet"
WIDTH = 600 HEIGHT = 400 activePort = "1944"
mode = "active" trace = "true" start = "true"
scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html ">
<NOEMBED></COMMENT>
</NOEMBED></EMBED>
</OBJECT>
</html>
---- end test.html ----
Specific Machine Info:
=====================
Hostname: jck-win5
OS: Windows 98
Browser: IE5.5
JCK : JCK 1.3a
Platform[s] : Windows 98, IE5.5
Java plug-in hangs under Windows 98 when trying to bring up
javatest agent applet.
How to reproduce:
=================
1. Install JRE 1.4.0, build 82 under Windows 98
2. Try to bring up JavaTest Agent Applet under IE5.5 (HTML source below).
You will see that IE hangs.
---- test.html ----
<html>
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 600 HEIGHT = 400
codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
<PARAM NAME = CODE VALUE = "javasoft.sqe.javatest.slavetool.SlaveApplet" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME = "scriptable" VALUE="false">
<PARAM NAME = "activePort" VALUE ="1944">
<PARAM NAME = "mode" VALUE ="active">
<PARAM NAME = "trace" VALUE ="true">
<PARAM NAME = "start" VALUE ="true">
<COMMENT> <EMBED type="application/x-java-applet;version=1.3"
CODE = "javasoft.sqe.javatest.slavetool.SlaveApplet"
WIDTH = 600 HEIGHT = 400 activePort = "1944"
mode = "active" trace = "true" start = "true"
scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html ">
<NOEMBED></COMMENT>
</NOEMBED></EMBED>
</OBJECT>
</html>
---- end test.html ----
Specific Machine Info:
=====================
Hostname: jck-win5
OS: Windows 98
Browser: IE5.5
- duplicates
-
JDK-4513878 javascript enabled test cases hang on Win98
- Closed