gluegen native libs JAR naming
Posted by WL Chiu on May 18, 2012; 8:03am
URL: https://forum.jogamp.org/gluegen-native-libs-JAR-naming-tp4000464.html
Hello,
I am wondering if the JAR file name for the gluegen-rt's native libraries is hardcoded?
I was playing with gluegen under Win7 (64bit). The native libraries are packaged as "gluegen-rt-natives-windows-amd64.jar" in this case. I tried to repackaged the gluegen-rt.dll with other native DLLs into another JAR, and received the typical linking error from JVM:
"no gluegen-rt in java.library.path"
Then I tried to rename the jar file, from "gluegen-rt-natives-windows-amd64.jar" to "gluegen-rt-natives-windows-amd.jar" as an example. I received the same error from JVM, with or without "-Djava.library.path=" option.
Many thanks,
WL Chiu