When running GBJ 3.0 on a 64-bit Windows machine, make sure you are running with a 32-bit java VM (use the java -d32 flag to insure this). Using a 64-bit java VM will cause the GbjGci Library load to fail with the following generic error:
-----------------------------
WARNING: Problem loading GbjGciLibrary com.gemstone.gbj.GbjException: Problem loading GbjGciLibrary at com.gemstone.gbj.GbjSession.initialize(GbjSession.java:719) at com.gemstone.gbj.GbjSession.connect(GbjSession.java:818)
. . .
-----------------------------
Use a 32-bit java VM (java -d32)
Last updated: 6/17/16