I'm building an NSIS installer to install my application under Windows, and it will check if a user has a JDK (>= 1.5) and download and launch the installer for it if they do not.
While I have seen URLs for use in downloading JREs, I have not seen ones for the JDK. If I copy and paste the URL I finally get after clicking through several pages to get the Windows (32-bit) (with nothing else bundled) JDK, the URL changes every time.
My users are not technically savvy and may not be able to download the JDK themselves from the starting page, so making them do so is suboptimal.
Is there a URL I can consistently use to download the JDK?