I noticed the JNLP file produced by the packager contains this block which seems suspicious to me for what is about the href value:
<resources>
<jfx:javafx-runtime version="8.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
</resources>
Such a URL seems obsolete: it speaks about FX 2 and Windows as I run FX 8 on Mac.
Which value should I go with ?
<resources>
<jfx:javafx-runtime version="8.0+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
</resources>
Such a URL seems obsolete: it speaks about FX 2 and Windows as I run FX 8 on Mac.
Which value should I go with ?
- duplicates
-
JDK-8096671 The JNLP produced by packager contains an obsolete jfx:javafx-runtime resource
-
- Closed
-