wrapper.java.library.path.<n> |
|||||||||||||||||||
These properties are used to specify a list of directories in which to look for any native
(JNI) libraries used by the application.
You must place the Wrapper native library
(Windows: wrapper. <n> component:
Each element has a property name which starts with
wrapper.
It is also possible to get the default Java behavior by requesting
that the system path be appended to the end of the Java library path generated by the Wrapper.
Please read the documentation, associated with the
wrapper. NOTALibrary Path entries containing spaces: The Wrapper will correctly handle path elements containing spaces. This is done by enclosing the final generated library path in quotes. Individual library path element property values should never be defined containing quotes even if they contain spaces. NOTASome native libraries reference other dynamically linked libraries. Java will locate the initial JNI library using the Java library path, but the secondary libraries are loaded using the default mechanism for the platform. Please use the wrapper.system.library.path.<n> properties to configure paths were secondary libraries are located.
|
Referencia: Librería |
|