I ran into issue with some tests that had no java element (or j2se element) in jnlp file. This element is not listed as required and without one code will just default to use the latest (<java version="0+"/>)
However there is code both in JNLP2Manager.java and Launcher.java that throws exception when element is missing.
However there is code both in JNLP2Manager.java and Launcher.java that throws exception when element is missing.