Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

not able to download java 1.5 through applet

843807Jun 29 2005 — edited Jul 1 2005
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2005
Added on Jun 29 2005
7 comments
998 views