not able to download java 1.5 through applet
843807Jun 29 2005 — edited Jul 1 2005Hi
I am trying to download jdk1.5 from sunsite automatically through applet. Code is as follows
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="200" height="200" codebase="http://java.sun.com/products/plugin/autodl/ jinstall-1_5_0-windows-i586.cab#Version=1,5,0,0">
<param name="code" value="Applet1.class">
</object>
The above code brings me to install screen and when i click install button..it does not do anything.
NOTE: Where as i am able to download jdk 1.4 with the similar code..which is
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="200" height="200" codebase="http://java.sun.com/products/plugin/autodl/ jinstall-1_4-windows-i586.cab#Version=1,4,0,0">
<param name="code" value="Applet1.class">
</object>
please help me on this...I want to download 1.5
thanks