Login  Register

Re: gluegen native libs JAR naming

Posted by Sven Gothel on May 20, 2012; 3:02am
URL: https://forum.jogamp.org/gluegen-native-libs-JAR-naming-tp4000464p4002990.html

On 05/19/2012 08:41 PM, Wade Walker [via jogamp] wrote:
> Yes, it looks like it's hardcoded in the file com.jogamp.common.os.Platform.java.

Only the os.and.arch suffix is hardcoded,
otherwise it picks up the basename from the JAR file
containing the code for the native libraries.

http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html#NativeJARFileNameConvention

~Sven