protected String findLibrary (String libname)

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.

Parameters:
libname     The library name

Returns:  The absolute path of the native library

See also:
System.loadLibrary(String), System.mapLibraryName(String)

Since:  1.2