Re: Properly Exporting JOGL
Posted by
gouessej on
Nov 07, 2013; 9:10am
URL: https://forum.jogamp.org/Properly-Exporting-JOGL-tp4030517p4030521.html
Hi
Using a single "runnable" JAR is a bad idea most of the time (it can be opened as an archive instead of being run, Firefox may drive it impossible to run by modifying it during the download, ...) and the "fat jar approach" isn't fully supported by JogAmp. Merging most of the JARs is possible except with those containing the native libraries. Instead of using a platform-dependent script, rather use Java Webstart or another installer (GetDown, IzPack, ...).
JOGL deployment is explained in the wiki:
http://jogamp.org/jogl/doc/userguide/#onlinedeploymentI have used JOGL for my game since 2006, it just works