Automatic software download from java.sun.com
Try this URL
j2se version = "1.6.0_05 +" href = "http://java.sun.com/products/autodl/j2se" / ">
if higher versions are installed on the client machine, the latest version will be used.
or
j2se version = "1.6.0_05" href = "http://java.sun.com/products/autodl/j2se" / ">
then you will be asked to set exactly 1.6.0_05.
when calling? .jnlp version 1.6.0_05.
be careful; the above only works when a higher version is also installed, while the example 1.6.0_29 starts 1.6.0_05 as a child.
In the Java console, you will see:
JavaPlug-in 1.6.0_31 Using JRE-Version 1.6.0_05 Java Hot Spot(TM) Client VM
If you really want to download a version that is not listed in the "Currently available packages for automatic downloads" section, you can download the specified version 1.6.0_29 only if you have a higher version than 1.6.0_29 (possibly 1.6. 0_31) because the plugin is enabled in the clientโs browser. TEST install 1.6.0_31 and look, as in the example: Firefox plugins 1.6.0_31 is and is enabled. Then the client will be able to automatically download and install 1.6.0_29 through * .jnlp.
Call your application in the client browser. A warning appears: "Install the lower version 1.6.0_29" and "certificate warning" click "Yes." set 1.6.0_29.
After loading the browser it will reboot and the plugin 1.6.0_31 is gone !!! Therefore, the browser is redirected to the download side of Oracle, you need to set 1.6.0_31 again. Download starts from the folder you specify. Run the file "jxpinstall.exe", which starts the update; ask again to ask a question; yes (all browsers should be closed); Look at the add-ons, plugins and there the plugin 1.6.0_31 is back. Now you can use your * .jnlp application with 1.6.0_29. Really a lot of work :-)
NOTE. . You will not be able to install the browser plug-in again with a file like "jdk-6u31-windows-i586.exe". You must follow the instructions above. You will get the file "jxpinstall.exe", which is the correct one.
The automatic download feature of java.sun.com simplifies the deployment of Java Web Start, as it makes public software easily available for use with Java Web Start. Generally, only an extra line should be added to the JNLP file to take advantage of this feature ....
Packages currently available for automatic download:
Java 2 Runtime Environment 1.3.0_02 for Windows/i586, Linux/i586, and Solaris/SPARC ..... Java 2 Runtime Environment 1.4.2_16 for Windows/i586, Linux/i586, and Solaris/SPARC Java Runtime Environment 1.5.0_02 for Windows/i586, Linux/i586, and Solaris/SPARC ..... Java Runtime Environment 1.5.0_14 for Windows/i586, Linux/i586, and Solaris/SPARC Java Runtime Environment 1.6.0 for Windows/i586, Linux/i586, and Solaris/SPARC Java Runtime Environment 1.6.0_04 for Windows/i586, Linux/i586, and Solaris/SPARC Java Runtime Environment 1.6.0_05 for Windows/i586, Linux/i586, and Solaris/SPARC
available packages see here