I have a swing applet (JApplet) that is used to gather some data from
the client. It works fine under IE 3x and above as well as NS 3x & 4x.
However, for some reason, Netscape 6.0 doesn't recognize JRE 1.2.x
plugin for the applet. I am using NS 6.0 with Windows 95, but I
suspect the same error under Win NT. This is the code that is used in
the HTML page....
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH="300" HEIGHT="25"
codebase="<PARAM NAME = "type" VALUE =
"application/x-java-applet;version=1.2.2">
<PARAM NAME = "scriptable" VALUE = "false">
<PARAM NAME = "code" VALUE = "MyApplet.class" >
<PARAM NAME = "archive" VALUE = "MyApplet.jar">
<COMMENT>
<EMBED type = "application/x-java-applet;version=1.2.2" code =
"MyApplet.class" archive = "MyApplet.jar" WIDTH = "300" HEIGHT = "25"
scriptable=false pluginspage="<NOEMBED>
</COMMENT>
Your browser doesn't support Java 2. You must upgrade your browser.
</NOEMBED>
</EMBED>
</OBJECT>
Any help will be greatly appriciated.
Thanx in advance,
Bhavik Modi
the client. It works fine under IE 3x and above as well as NS 3x & 4x.
However, for some reason, Netscape 6.0 doesn't recognize JRE 1.2.x
plugin for the applet. I am using NS 6.0 with Windows 95, but I
suspect the same error under Win NT. This is the code that is used in
the HTML page....
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH="300" HEIGHT="25"
codebase="<PARAM NAME = "type" VALUE =
"application/x-java-applet;version=1.2.2">
<PARAM NAME = "scriptable" VALUE = "false">
<PARAM NAME = "code" VALUE = "MyApplet.class" >
<PARAM NAME = "archive" VALUE = "MyApplet.jar">
<COMMENT>
<EMBED type = "application/x-java-applet;version=1.2.2" code =
"MyApplet.class" archive = "MyApplet.jar" WIDTH = "300" HEIGHT = "25"
scriptable=false pluginspage="<NOEMBED>
</COMMENT>
Your browser doesn't support Java 2. You must upgrade your browser.
</NOEMBED>
</EMBED>
</OBJECT>
Any help will be greatly appriciated.
Thanx in advance,
Bhavik Modi