[Bug 3583] When creating Desktop Short Cuts for JNLP files, javaws links to path specified by Firefox (temporary)

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu May 10 12:33:44 UTC 2018


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3583

Robert Marcano <robert at marcanoonline.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robert at marcanoonline.com

--- Comment #2 from Robert Marcano <robert at marcanoonline.com> ---
Please check the JNLP source, The file should contain something like this

<jnlp spec="1.0+"
    codebase="https://example.com/path_to_jnlp"
    href="filename.jnlp">

This way javaws know the real path of the JNLP file. The javaws program parse
the XML file as an external application (even the Oracle implementation), it
doesn't know the source path unless the jnlp file includes this

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20180510/14469194/attachment.html>


More information about the distro-pkg-dev mailing list