Problem auto-downloading jre 1.6+

I have defined jre 1.6 in my jnlp file:<j2se href="http://java.sun.com/products/autodl/j2se" version="1.6.0+"/>It doesn't work. Could anyone point me valid url for automatic download of jre 1.6?Thanks
[235 byte] By [galina_gavriloa] at [2007-11-27 1:47:04]
# 1

> I have defined jre 1.6 in my jnlp file:

>

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

> version="1.6.0+"/>

>

> It doesn't work. Could anyone point me valid url for

> automatic download of jre 1.6?

>

> Thanks

The URL that you have is not correct. The location of downloads, or the cab file

that contains the info do get moved around from release to release. The best

way to port your app is to use the HTML converter that is shipped with each

release. Sun updates this tool so that it'll point to the right location.

If you're not familiar with HTML converter, check out the doc at:

http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html

HTML converter is used for web pages, but hopefully it'll give you an idea

how to use it for JNLP. Hope this helps.

gymma at 2007-7-12 1:09:27 > top of Java-index,Desktop,Deploying...
# 2
Looks like my machine conf problem. On another one JRE auto-install works as prescribed, so, url http://java.sun.com/products/autodl/j2se is correct.
galina_gavriloa at 2007-7-12 1:09:27 > top of Java-index,Desktop,Deploying...