I'm developing a rich Internet application that requires a Java 7 platform. How can its associated JNLP file ensure the installation of that platform?
I've tried several variations on the following in the JNLP file (mostly playing with the URL in the "href" attribute):
<jnlp ...>
...
<resources>
<java version="1.7+" href="http://download.java.net/jdk7/m5"/>
...
</resources>
</jnlp>
but nothing seems to work -- I always wind up being sent here, where there is no Java 7 release.