Login  Register

Re: Packaging JOGL into single generated JAR in Eclipse

Posted by gouessej on Sep 26, 2013; 6:26pm
URL: https://forum.jogamp.org/Packaging-JOGL-into-single-generated-JAR-in-Eclipse-tp4030045p4030122.html

The exception above is probably caused by a regression on JOGL, maybe it has something to do with the use of URIs.

You can look at the existing posts in this forum, some people succeeded in doing it but this is not a viable approach except when used in conjunction with Java Web Start (to reduce the number of OSCP checks for example), it's too much weak, it's so easy to break. You can merge JARs by using an Ant script in Eclipse, I explained how to do that in another post.
Julien Gouesse | Personal blog | Website