Returns the absolute path name of a native library. The VM invokes this method to locate the native libraries that belong to classes loaded with this class loader. If this method returns null, the VM searches the library along the path specified as the "java.library.path" property.
libname
| The library name |
System.loadLibrary(String), System.mapLibraryName(String)
Diagram: ClassLoader