aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/os/DynamicLibraryBundle.java
Commit message (Expand)AuthorAgeFilesLines
* DynamicLibraryBundle: API doc refinement, mention the ClassLoader role.Sven Gothel2012-05-041-2/+13
* Use ClassLoader to find JNI native libraries. ClassLoader was only used for t...Sven Gothel2012-05-041-8/+8
* To help analyzing Bug 566, we allow overwriting the 'workaround' with sys pro...Sven Gothel2012-03-271-1/+5
* Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /...Sven Gothel2012-03-261-0/+12
* DynamicLibraryBundle*: Allow DynamicLibraryBundleInfo impl. to designate a th...Sven Gothel2012-03-261-1/+4
* Minor edits: Fix API doc / Remove Thread.dumpStack()Sven Gothel2012-03-221-1/+0
* DynamicLibraryBundle (enhancement)Sven Gothel2012-02-121-26/+22
* DynamicLibraryBundle/NativeLibrary: Add destroy() to bundle, causing unloadin...Sven Gothel2011-12-011-1/+22
* Unify JNI Library Loading into JNILibLoaderBase and use it for the gluegen-rt...Sven Gothel2011-09-211-2/+2
* DynamicLibraryBundle*: Use generics for better spec / Drop Iterator in favor ...Sven Gothel2011-08-311-31/+23
* DynamicLibraryBundleInfo: Allow impl. to select tool/system lookupSven Gothel2011-08-091-7/+19
* aapt build check fix ; DynamicLibraryBundle.isGlueLibComplete() == true if la...Sven Gothel2011-08-051-3/+16
* debug: mention thread nameSven Gothel2010-12-171-1/+2
* Debug: out -> err streamSven Gothel2010-12-131-16/+16
* Fix API docSven Gothel2010-11-151-4/+8
* LICENSE.txt changes:Sven Gothel2010-09-141-25/+26
* currently no need for a (public) MiscUtils.java.Michael Bien2010-06-101-8/+6
* Adding DynamicLibraryBundle utility to bundle Tool and JNI native library loa...Sven Gothel2010-06-101-0/+327