I create an NSIS installer to install my application on Windows and check if the user has JDK (> = 1.5) and download and run the installer for him if they do not.
While I saw the URLs for downloading the JRE, I did not see them for the JDK. If I copy and paste the URL, I finally get after you click a few pages to get the 32-bit version of the Windows (without anything else) JDK, the URL changes every time.
My users are not technically savvy and may not be able to download the JDK themselves from the start page , so making them so suboptimal.
Is there a URL that I can use consistently to download the JDK?
source
share