Login  Register

Re: how can I build jogl 2.3.3 and when is it due for release

Posted by David42Hall on Feb 22, 2018; 6:29am
URL: https://forum.jogamp.org/how-can-I-build-jogl-2-3-3-and-when-is-it-due-for-release-tp4038662p4038678.html

After all Julien's work, now I'm not sure how to use the new jogamp-fat.jar file in my situation. I thought that I'd just be able to replace one by the same name distributed with my app with the one Julien provided, but I discovered that my app isn't distributed with jogamp-fat.jar. It includes a bunch of other gluegen and jogl jar files that I suspect are a subset of jogamp-fat.jar as shown in the directory listing below. I tried just dropping the new jogamp-fat.jar in the same folder with all of the other jars and nothing changed when I ran my app. I tried removing all of the jogl files (but not the gluegen files) and having only jogamp-fat.jar in the folder, but that was obviously wrong.  How can I be sure if the new jar file is even being used by my app?

Here's a listing of the related jar files in my app's lib folder. How do I integrate the new jar file?