This value is used in the test execute command line, (eg. LD_LIBRARY_PATH=/tmp/jnilib is specified on the command line) - see the test environment to verify this.

You must use a directory that is accessible when running tests. The compiled native libraries are loaded on your platform by calling System.loadLibrary("libname") method where "libname" is the appropriate library name (for example "jckjni" for JNI tests).

Note
Setup for the tests that use native libraries is described in detail in the "Test-Specific Information" chapter of the Java Compatibility Kit User'sGuide.