Installation of Java PlugIn 1.3.0
because i want to run a self-signed applet without manually installation of the certificate i have to use PlugIn 1.3.0. i use internet explorer 5.5 on windows nt. when i put the link to the PlugIn 1.3.0 the browser couldn't interpret the object tag. i only get the default message (applet couldn't be displayed). the object tag i use looks like the following:
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width=300 height=200 align="baseline"
codebase="http://java.sun.com/products/plugin/1.3.0/jinstall-1_3_0-win.cab#Version=1,3,0,0">
<PARAM NAME="code" VALUE="test.techview.applets.SignedApplet.MyApplet.class">
<PARAM NAME="archive" VALUE="test/techview/applets/SignedApplet/MyApplet.jar">
<PARAM NAME="codebase" VALUE="../../../bin/">
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3.0">
applet couldn't be displayed
</OBJECT>
whats wrong at this?

