I am running a jnlp in OSX 10.8.2 with jre the jre version 1.7.0_11 and jnlp tag is set to run in 1.6 as:
<j2se version="1.6" href="http://java.sun.com/products/autodl/j2se">
or
<j2se version="1.6*" ...>
However, when the jnlp runs shows the following in the console: Java Web Start 10.11.2.21 Using JRE version 1.7.0_11-b21 Java HotSpot(TM) 64-Bit Server
When I run the same jnlp file in windows using jre 1.7 works fine, it loads with jre 1.7 and then download jre 1.6 and run on it.
Any ideas?