> 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.