Re: ZipException when loading native jars
Posted by
gouessej on
Dec 04, 2012; 1:34pm
URL: https://forum.jogamp.org/ZipException-when-loading-native-jars-tp4027387p4027392.html
Hi
JogAmp is not yet compatible with the "one single fat JAR approach" and it is clearly not the advised way of deploying applications based on JOGL 2.0. We have to fix a bug preventing the loading and the extraction of native libraries from JARs when these JARs are inside another JAR to make it work with onejar. I know lots of Mac developers love bundling their applications as Mac bundles with a single JAR but you should rather find a way of using several JARs to create a bundle or use any other working installer (Java Web Start, GetDown, IzPack, ...).