Attempts to run GBJ 3.0 and later on Darwin on versions of the GS/64 server prior to 3.2 will fail with the warning message: "Problem loading GbjGciLibrary".
For GBJ version 3.1 and 3.1.1 on GS/64 versions 3.2 and later, the GbjGciLibrary will load correctly, but the user must include $GEMSTONE/lib as part of the java.library.path supplied during the java call. For example:
unix> java -d64 -Djava.library.path=$GEMSTONE/lib MyGbjProgram
This is not required with 3.1.2 and later, which use Java v8.
Last updated: 10/17/16