The native method for this sample program looks like this:
public native void pliShowString();
The Java statement that loads the native library for this sample program looks like this:
static { System.loadLibrary("passString"); }