Building JARs with native libs inside
Posted by Martin on Sep 15, 2021; 1:49pm
URL: https://forum.jogamp.org/Building-JARs-with-native-libs-inside-tp4041279.html
Hi,
I like a lot the JOGL mecanism for packing and distributing native libraries into jar which autoselect according to the running OS and device.
I am willing to use this mecanism to pack native libraries but after spending a bit of time in jogamp-scripting project under the maven folder, would enjoy a bit of help about it :D
Is there a bit of doc somewhere explaining how to bundle .so/.dll/dylib in jar files and then perform the automatic selection of the appropriate one at runtime?
Thanks :)