Login  Register

Re: 2.4.0 release date? Read this first.

Posted by CharlieBoy on Nov 08, 2019; 8:21pm
URL: https://forum.jogamp.org/2-4-0-release-date-tp4040073p4040137.html

I was using Java 7 so I switched over to Java 8 and nothing changed.

Further observations:

When I turn off automatic library loading via:
-Djogamp.gluegen.UseTempJarCache=false
as described in previous post, then the test program no longer finds the jogl jarfile (I've tried pointing the Eclipse project "Java build path" at various old and new jogl jarfiles, it finds none of them. I confirm via a print statement that the value of "java.class.path" is correct before the first load of a jogl class is attempted.) So the fact that it's not finding the native libraries isn't surprising since it's not finding the jar files that reference the native libraries.
 
It still seems odd to me that the distribution I'm using appears to include no usable jogl-all.jar.
(The included jars are:
jogl-all-android-natives-macosx-universal.jar
jogl-all-mobile-natives-macosx-universal.jar
jogl-all-mobile.jar
jogl-all-noawt-natives-macosx-universal.jar
jogl-all-noawt.jar
)