Use this page to make a library file available to deployed applications.
To view this administrative console page, click Environment > Shared Libraries > shared_library_name.
Configuration tab
Data type | String |
Data type | String |
Data type | String |
Units | Class path |
If you specify a value for Native Library Path, the native libraries are not located by the WebSphere Application Server application or shared library class loaders unless the following conditions exist:
For example, in the class that loads the native library, call System.loadLibrary(native_library) in a static block:
static {System.loadLibrary("native_library");
Native libraries cannot be loaded more than once by a class loader. Thus, it is preferable for native libraries to be loaded within shared libraries associated with the class loader of an application server.
Data type | String |
Units | Class path |