Login  Register

Re: Jogl/Jogamp on Java 8 building from source

Posted by Douglas Lyon on Dec 26, 2017; 10:06pm
URL: https://forum.jogamp.org/Jogl-Jogamp-on-Java-9-tp4038012p4038442.html

I am using:
https://gouessej.wordpress.com/2012/08/01/java-3d-est-de-retour-java-3d-is-back/#commandline
to guide me to:
git clone https://github.com/hharrison/java3d-core.git j3d-core
git clone https://github.com/hharrison/java3d-utils.git j3d-utils
git clone https://github.com/hharrison/vecmath.git vecmath
mkdir jogl-v2.3.2
wget http://jogamp.org/deployment/v2.3.2/fat/jogamp-fat.jar -P jogl-v2.3.2

The jogamp-fat.jar is used now, in conjunction with the above j3d-core, j3d-utils and vecmath source codes.
I tried putting in:
     synchronized (Canvas3D.graphicsConfigTable) {
            System.out.println("Canvas3D.graphicsConfigTable.put");
            Canvas3D.graphicsConfigTable.put(config, gcInf0);
          }
but the print statement is never executed.
Am I using the correct version of the source code and the correct version of the jogl?
Thanks!
 - Doug