Re: how can I build jogl 2.3.3 and when is it due for release
Posted by
gouessej on
Feb 22, 2018; 9:10am
URL: https://forum.jogamp.org/how-can-I-build-jogl-2-3-3-and-when-is-it-due-for-release-tp4038662p4038679.html
jogamp-fat.jar contains all necessary Java and native libraries for JogAmp (JOGL, JOAL, JOCL, GlueGen). You need to use jogamp-fat.jar and the JARs of Java3D as it is explained in the official Java3D user's guide I wrote. If you put other JOGL JARs into your classpath, the broken version of GLContextImpl might be loaded. Please rather use Java3D 1.6.0-Final.
My fix works, it has been tested by others, it does what it is expected to do.