<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>843</bug_id>
          
          <creation_ts>2013-10-01 07:38:09 +0200</creation_ts>
          <short_desc>Remove Platform&apos;s requirement and use of TempJarCache.bootstrapNativeLib(), allowing versatile use of 1st native jar file (multi-java-jar w/ multi-native-jar)</short_desc>
          <delta_ts>2015-09-27 03:14:50 +0200</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Gluegen</product>
          <component>core</component>
          <version>2</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>---</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>1145</blocked>
          <everconfirmed>0</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>FEATURE</cf_type>
          <cf_scm_refs>506ae5e9fd258db7bfe737999e769477a32643a7</cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>3007</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-10-01 07:38:09 +0200</bug_when>
    <thetext>TempJarCache.bootstrapNativeLib() only caches the denoted native library,
which forbids using one big-java-jar file containing gluegen, jogl and user-app
and it&apos;s counterpart one big-native-jar per platform containing all the native libraries
for gluegen, jogl and user-app.

TempJarCache.bootstrapNativeLib() was introduced due to dependency problems
of Platform, JarUtil and IOUtil.
Most of these dependencies were solved via the introduction of PlatformPropsImpl.

Let Platform&apos;s initialization use the regular JNILibLoaderBase.addNativeJarLibs(..),
which will cause all containing native libraries to be loaded and remove the special
bootstrapping case.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3008</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-10-01 07:42:23 +0200</bug_when>
    <thetext>solved as described ..</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3009</commentid>
    <comment_count>2</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-10-01 07:48:05 +0200</bug_when>
    <thetext>big -&gt; multi: multi for multiple module - avoid confusion w/ &apos;big fat jar&apos; for all architectures.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>