Re: ZipException when loading native jars
Posted by
ryanmohr on
Dec 04, 2012; 5:15pm
URL: https://forum.jogamp.org/ZipException-when-loading-native-jars-tp4027387p4027395.html
The purpose of using onejar is to allow us to have a single file that can then be packaged as a native app / installer for any platform (wrapped into an app bundle and disk image for macs, wrapped into an executable and installer using launch4j and inno setup for windows, and linux users just get the jar compressed into a .tar.gz). Works great and simplifies our deployment process. Only thing that doesn't work is jogl.
I can easily skip the native jars and write my own native library loader that detects the platforms and loads the right libs. Just didn't want to go to the effort if you guys had already written something that would work for us.