Auto Download only up to 1.5.0_08

When will sun make 1.5.0_10 available to download automatically through JWS?

Sun has released 1.5.0_10 and even pushed it to the desktop update applet (not sure that is correct term, the icon in the desktop tray that has balloon pop-ups)

Here's my JNLP code snippet for those who are curious and trying to get autodl to work.

<j2se version="1.5.0_08+"

href="http://java.sun.com/products/autodl/j2se"

initial-heap-size="56m" max-heap-size="256m"

java-vm-args="-XX:JavaPriority10_To_OSPriority=10 -XX:JavaPriority9_To_OSPriority=9"/>

*note thehref= was required to specify a point release (vendor release).

"1.5.0_09+" and "1.5.0_10+" will not work 1/2/07.

The error you will get is:

Error Code 11 (11 Could not locate requested version)

returned from server when accessing resource:

(http://java.sun.com/products/autodl/j2se, 1.5.0_10+)

[1085 byte] By [javaunixsolarisa] at [2007-11-26 13:57:25]
# 1
I have noticed this problem as well, and am curious if there is some published schedule of rolling out JRE updates through JWS.My organization wishes to define 1.5.0_09+ in our jnlp file, however Sun's auto download URL doesn't appear to know any version of 1.5 higher than
aerola at 2007-7-8 1:37:18 > top of Java-index,Desktop,Deploying...
# 2

Sun has trouble with providing all versions of Java across the board, like right now if you aren't ready for 1.6.0 the latest 1.5 you can download from sun is 09 and not 10. http://java.sun.com/products/archive/

Unless I'm missing something if you absolutely needed 1.5.0_10 (for say a production critical bug fix) right now you COULD NOT obtain it from sun.

javaunixsolarisa at 2007-7-8 1:37:18 > top of Java-index,Desktop,Deploying...