Skip to content
⌘ NSIS Forum Archive

Direct Java download link

2 posts

yccheok#

Direct Java download link

By referring to http://nsis.sourceforge.net/Java_Run...amic_Installer, I have a script which will help users to install JRE, if JRE is not found in their machine.

My script : http://jstock.hg.sourceforge.net/hgw...ows/jstock.nsi

However, the latest direct JRE download link I have is "http://javadl.sun.com/webapps/download/AutoDL?BundleId=24936&/jre-6u10-windows-i586-p.exe"

I wish to have latest direct download link for JRE7. May I know, what is the direct download link for JRE7 ?

Thanks.
Brummelchen#
ofc it may work with another bundle#
but i would load this website (inetc) and analyze it

downloads['jre-7u10-oth-JPR']['files']['jre-7u10-windows-i586.exe'] = { "title":"Windows x86 Offline", "size":"29.99 MB","filepath":"http://download.oracle.com/otn-pub/java/jdk/7u10-b18/jre-7u10-windows-i586.exe"};

downloads['jre-7u10-oth-JPR']['files']['jre-7u10-windows-x64.exe'] = { "title":"Windows x64", "size":"31.42 MB","filepath":"http://download.oracle.com/otn-pub/java/jdk/7u10-b18/jre-7u10-windows-x64.exe"};
nsis has enough string functions to extract links