Login  Register

Re: 2.4.0 release date?

Posted by CharlieBoy on Nov 06, 2019; 2:33pm
URL: https://forum.jogamp.org/2-4-0-release-date-tp4040073p4040131.html

I have removed as best as I know how all cached library files -- also all existing copies of libnativewindow_macosx.jnilib.

I have also tried to follow all the relevant directions from
https://jogamp.org/jogl/doc/userguide/#localinstallation:
I have turned off automatic library loading via
-Djogamp.gluegen.UseTempJarCache=false
and set the native library directory in various ways in eclipse to point to the new dylib files.

As I said, I can not use any of the jar files in this jogl-2.4-b1483-20190410-macosx-universal.7z distribution since none of them have awt support.  It seems odd that I have to use an old jogl-all.jar file.  Is that intended? Or am I missing something?

I am printing out the "java.library.path" variable so I can see that it is pointing to the folder where the new .dylib files have been placed. But they don't seem to be being used:

Just for testing purposes, I removed ALL the dylib files from the  jogl-2.4-b1483-20190410-macosx-universal.7z distribution from the java.library.path (where Eclipse searches for dylib files) and it didn't make any difference in the execution of the application so it appears that they are not being used at all.

Any bright ideas of what I might be overlooking here?