public class JRINativeLoader
extends java.lang.Object
Constructor and Description |
---|
JRINativeLoader() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isJriLoaded()
This indicates if the library for communicating with R could be loaded at
all.
|
static void |
loadLibrary()
This method will try to load a JRI library that is in the accessible
library path.
|
static void |
loadLibrary(java.io.File libraryFile)
This method will try to load a JRI library that is addressed by
libraryFile.
|
static void |
loadLibrary(java.lang.String libraryFile)
This method will try to load a JRI library that is addressed by
libraryFile.
|
public static void loadLibrary() throws java.lang.UnsatisfiedLinkError, java.lang.SecurityException
isJriLoaded()
will still return falsejava.lang.UnsatisfiedLinkError
java.lang.SecurityException
public static void loadLibrary(java.lang.String libraryFile) throws java.lang.UnsatisfiedLinkError, java.lang.SecurityException
isJriLoaded()
will still return falsejava.lang.UnsatisfiedLinkError
java.lang.SecurityException
public static void loadLibrary(java.io.File libraryFile) throws java.lang.UnsatisfiedLinkError, java.lang.SecurityException
isJriLoaded()
will still return falsejava.lang.UnsatisfiedLinkError
java.lang.SecurityException
public static boolean isJriLoaded()