Bug 539

Summary: Support jogamp.gluegen.UseTempJarCache in JOAL and JOCL
Product: [JogAmp] Joal Reporter: Julien Gouesse <gouessej>
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement CC: sgothel
Priority: ---    
Version: 1.0   
Hardware: All   
OS: all   
Type: --- SCM Refs:
joal 6b6d9f290242deabed6db03717d07f1889d17a8c jocl 970afd0ee8d69c09d90a59b90afd2149a6b211b5
Workaround: ---

Description Julien Gouesse 2011-12-15 21:27:30 CET
JOGL supports jogamp.gluegen.UseTempJarCache, it allows to load the native libraries from JARs without having to set the library path, it is very convenient, it eliminates some settings that may be problematic for beginners. I wanted to add this support to JOAL by myself but I don't feel comfortable enough with it to do so.
Comment 1 Sven Gothel 2011-12-18 16:47:53 CET
fixed.
Comment 2 Julien Gouesse 2011-12-21 13:21:57 CET
Thank you so much. I'm going to give it a try in several hours.