Hi
You can use jogamp-fat.jar as a first step, JOGL uses automated native library loading by default, it will extract and load the proper native libraries.
For Maven, maybe my pom file can be useful for you:
https://github.com/gouessej/Ardor3D/blob/master/pom.xmlhttps://github.com/gouessej/Ardor3D/blob/master/ardor3d-jogl/pom.xmlYou can use jogl-all.jar with gluegen-rt.jar instead of jogamp-fat.jar if you need to use only the JARs on Maven Central, the artefacts jogl-all-main and gluegen-rt-main should be enough.