Skip to content
⌘ NSIS Forum Archive

Latest JRE direct download URL

6 posts

yccheok#

Latest JRE direct download URL

I realize the JRE direct download URL published in http://nsis.sourceforge.net/Java_Lau...E_installation (http://javadl.sun.com/webapps/downlo...ows-i586-p.exe) is somehow outdated.

May I know where I can get the direct download URL, for latest JRE 6?

Thanks.
LoRd_MuldeR#
The official Oracle/Java web-site is a good starting point to look for JRE download links 😉


JRE 6, Update 29 (Offline-Installer):


JRE 7, Update 1 (Offline-Installer):



Though instead of hard-coding the download URL's in your installer, it may be advisable to use an URL that points to a server under your control. This way you can easily redirect to the latest (supported) version at any time!
yccheok#
Thanks. However, 2 direct links given are not accessible. (Is it my problem?)

I will get the following message. (Try to clear your cookies)


Sorry!

In order to download products from Oracle Technology Network you must agree to the OTN license terms.


Be sure that...
Your browser has "cookies" and JavaScript enabled.
You clicked on "Accept License" for the product you wish to download.
You attempt the download within 30 minutes of accepting the license.

From here you can go...


Back to Previous Page
Site Map
OTN Homepage


I feel quite difficult to get direct download link for offline installer from Oracle site. As, they usually need you to tick on ratio box to agree on some kind of agreement.
yccheok#
and I realize when download is going on, the actual URL is



Look like we need a way to get AuthParam right?
LoRd_MuldeR#
Originally Posted by yccheok View Post
and I realize when download is going on, the actual URL is



Look like we need a way to get AuthParam right?
It's probably a one-time session key.

And it probably will be different every time and only valid for a single download...

That's obviously because they want to prevent deep links 😉
Brummelchen#
pls stop opening several threads to one problem.
i gave you a method - tried it?
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.