- absolutePath
- the absolute (platform dependent) path to the library to load.
Type Reason Java.Lang.UnsatisfiedLinkError if the library can not be loaded, either because it's not found or because there is something wrong with it.
Loads the shared library found at the given absolute path. This should be of the form /path/to/library/libMyLibrary.so. Most callers should use Runtime.LoadLibrary(string) instead, and let the system find the correct file to load.