Re: JOGL 2.3 - eporting jogl project to executable jar file
Posted by
gouessej on
Aug 20, 2015; 8:29am
URL: https://forum.jogamp.org/JOGL-2-3-exporting-jogl-project-to-executable-jar-file-tp4035073p4035072.html
As Xerxes suggested, you should use the latest release candidate which works better with Eclipse JAR export feature.
However, I still advise you to use a build tool supported by Eclipse to have a greater control on the creation of your fat JAR. For example, creating a fat JAR with Apache Ant only requires a few lines with the Ant tasks "jar", "zipfileset" and "zipgroupfileset" (by using <zipfileset src="jogamp-fat.jar" exclude="**/*.mf,**/*.MF"/>).
Moreover, I advise you to read
this paragraph about the limitation of the executable far JAR.