Is JRE 1.6.0_01 Available for Auto-Download yet?
There is a serious problem with printing in JRE 1.6.0 b105 so I need to get my users on the latest JRE 1.6.0 b106 which fixes the printing problem.
What is the version in the JNLP that I need to use to get webstart to download b106? I've tried the following variations of the <java> tag in my JNLP but no luck:
<java version="1.6.0_01" max-heap-size="256M" href="http://java.sun.com/products/autodl/javase"/>
<java version="1.6.0 b106" max-heap-size="256M" href="http://java.sun.com/products/autodl/javase"/>
<java version="1.6.0_01-b06" max-heap-size="256M" href="http://java.sun.com/products/autodl/javase"/>
The webstart client will error out with a message similiar to:
The application has requested a version of the JRE (version 1.6.0_01) that currently is not locally installed. Java Web Start is unable to automatically download and install the requested version. This JRE must be installed manually.

