<html>
    <head>
      <base href="https://icedtea.classpath.org/bugzilla/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - javaws extract all native resources from all JARs refenced on JNLP file"
   href="https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3588">3588</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>javaws extract all native resources from all JARs refenced on JNLP file
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>IcedTea-Web
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>1.7
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86_64
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P5
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>NetX (javaws)
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>jvanek@redhat.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>robert@marcanoonline.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>unassigned@icedtea.classpath.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>