If JNLP file refers incorrect JNLP specification version - e.g.
<jnlp spec="666+" codebase="http://blah.blah.blah.com/">
The JNLP client displays the following detailed error message:
Error: Unsupported JNLP version in launch file: 666+. Only versions 1.0 and 1.5 are
supported with this version. Please contact the application vendor to report
this problem.
That is incorrect for the latest version of JavaWS, which supports JNLP specification version 6.0 too.
<jnlp spec="666+" codebase="http://blah.blah.blah.com/">
The JNLP client displays the following detailed error message:
Error: Unsupported JNLP version in launch file: 666+. Only versions 1.0 and 1.5 are
supported with this version. Please contact the application vendor to report
this problem.
That is incorrect for the latest version of JavaWS, which supports JNLP specification version 6.0 too.