With the linked GBJ interface, some systems may see errors in native code:
ERROR: FAILURE Fatal error in native code generation, offset from code memory to libgcilnk.so exceeds 32bits
To avoid this error, disable native code with:
GEM_NATIVE_CODE_ENABLED=0;
in the gem configuration file that read by the libgcilnk when loaded by the Java vm
Last updated: 1/27/26