Use getString() The api public String getString(long offset, boolean wide) was removed in the latest version of libjna-java. The call with 'false' should now use getString(), and the ones with 'true' should use getWideString().
Give the libraries some kind of soname. Unfortunately we need to fiddle with the build scripts itself to fix linkages! Remember this when you add more libraries. Link the tools to the shared libraries of indigo. Don't include local header copies of system wide installed libraries.