Comment 15 for bug 737603

Revision history for this message
James Page (james-page) wrote :

Small Java utility to test JDK native library loading:

javac NativeTest.java
java NativeTest <libname>

e.g.

java NativeTest pam

Outputs java.library.path and sun.boot.library.path and the mapping that the jvm has done interms of libname to actual native library name.