IBM User Guide for Java V7 on Windows > Troubleshooting and support > Using diagnostic tools > Class-loader diagnostic data
Loading from native code
A class loader loads native libraries for a class.
Class loaders look for native libraries in different places:
- If the class that makes the native call is loaded by the Bootstrap class loader, this loader looks in the path that is specified by the sun.boot.library.path property, to load the libraries.
- If the class that makes the native call is loaded by the Extensions class loader, this loader looks in the paths that are specified by the following properties, in this order:
- java.ext.dirs
- sun.boot.library.path
- java.library.path
- If the class that makes the native call is loaded by the Application class loader, this loader looks in the paths that are specified by the following properties, in this order:
- sun.boot.library.path
- java.library.path
- If the class that makes the native call is loaded by a Custom class loader, this loader defines the search path to load libraries.
Parent: Class-loader diagnostic data
Error 404 - Not Found Error 404 - Not Found
The document you are looking for may have been removed or re-named. Please contact the web site owner for further assistance.