Login  Register

Re: Problem when exporting my application to a .jar file

Posted by gouessej on Nov 12, 2012; 5:30pm
URL: https://forum.jogamp.org/Problem-when-exporting-my-application-to-a-jar-file-tp4026884p4026892.html

You can probably work around this bug. I use Eclipse, I create and sign my JARs with an Ant script and it works. You have a problem if you try to make a fat JAR containing the native libraries which is a bad idea most of the time because it defeats the purpose of minimizing the updated data when using Java Web Start and if you try to deploy your application as a standalone JAR, it might be opened by an archiver (WinRAR under Windows, Ark under GNU Linux) instead of being launched.
Julien Gouesse | Personal blog | Website