Use getString() and setWideString() The api public String getString(long offset, boolean wide) and public void setString(long offset, String value, 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(). Similary, for setString() it should be setString() or setWideString().