[Bug 3588] New: javaws extract all native resources from all JARs refenced on JNLP file

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu May 10 13:07:24 UTC 2018


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

            Bug ID: 3588
           Summary: javaws extract all native resources from all JARs
                    refenced on JNLP file
           Product: IcedTea-Web
           Version: 1.7
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: NetX (javaws)
          Assignee: jvanek at redhat.com
          Reporter: robert at marcanoonline.com
                CC: unassigned at icedtea.classpath.org

Version: icedtea-web-1.7.1

On Linux all embedded .so or .dll (native libraries) inside any JAR file are
extracted to a temporary directory, when it should only extract native
resources from <resources> entries on the JNLP file according to the platform

For example for Linux x86_64 it should only extract native libraries from a
<resources os="Linux" arch="amd64"> entry and not from <resources os="Windows"
arch="amd64">. Any other JAR file not on a <resource> entry should not have
embedded natives libraries extracted, JNA for example embed  by default .so and
.dlls for all supported platforms.

-- 
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/dba38556/attachment.html>


More information about the distro-pkg-dev mailing list