public class JRILoader
extends java.lang.Object
Constructor and Description |
---|
JRILoader() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isNativeLibraryLoaded()
Returns true if the native libraries were loaded successfully.
|
static java.lang.Object |
load()
Inject byte code into the root class loader and make sure that the native
libraries are loaded (just once) and all JRI classes are loaded by the root
class loader
|
public static java.lang.Object load() throws java.lang.Exception
java.lang.Exception
- if a problem occurspublic static boolean isNativeLibraryLoaded()