Static Public Member Functions | |
| static boolean | ensure (String name) |
| load dynamic (native) library. | |
| static String | findLibrary (String name) |
Static Package Attributes | |
| static Object | saved = Tools.saveOurClass( new Library() ) |
| static Hashtable | loaded = new Hashtable() |
| static Vector | libpath = null |
| static Vector | libfiles = null |
|
|
load dynamic (native) library. Returns true if library loaded successfully, false otherwise. Now returns true in every case since no matter if ensure() fails native functions might still be present (statically linked or whatever). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5