Package nl.cwi.monetdb.embedded.env
Class MonetDBJavaLiteLoader
java.lang.Object
nl.cwi.monetdb.embedded.env.MonetDBJavaLiteLoader
public final class MonetDBJavaLiteLoader extends Object
Class responsible to load MonetDB's embedded library. On the resources directory of the JAR inside the libs directory
there is present a library file for each of the operating systems MonetDBLite-Java is compiled for.
Currently we support Windows NT, Mac OS X and Linux for x86_64.
- Author:
- Pedro Ferreira
-
Method Summary
Modifier and Type Method Description static boolean
isNativeLibraryLoaded()
Check if MonetDBLite-Java native library was loaded or not.
-
Method Details
-
isNativeLibraryLoaded
public static boolean isNativeLibraryLoaded()Check if MonetDBLite-Java native library was loaded or not.- Returns:
- A boolean indicating if the MonetDBLite-Java native library was loaded or not
-