|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jouvieje.libloader.LibLoader
Utility to load library
Field Summary | |
static boolean |
DEBUG
Prints debug output in System.out. |
static int |
PLATFORM_LINUX
Linux platform |
static int |
PLATFORM_MAC
Mac platform |
static int |
PLATFORM_SOLARIS
SOLARIS platform |
static int |
PLATFORM_WINDOWS
Windows platform |
Constructor Summary | |
LibLoader()
|
Method Summary | |
static int |
getPlatform()
|
static boolean |
isPlatform64Bits()
|
static boolean |
isWindowsCE()
|
static boolean |
loadLibrary(LibraryConfig libConfig,
boolean libLoaderFirst)
|
static boolean |
loadLibrary(java.lang.String libraryName,
boolean libLoaderFirst)
|
static boolean |
loadLibrary(java.lang.String libraryName,
java.lang.String libraryFullName,
boolean libLoaderFirst)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int PLATFORM_WINDOWS
public static final int PLATFORM_LINUX
public static final int PLATFORM_MAC
public static final int PLATFORM_SOLARIS
public static boolean DEBUG
-Dorg.jouvieje.libloader.debug=true
Constructor Detail |
public LibLoader()
Method Detail |
public static int getPlatform()
PLATFORM_WINDOWS
,
PLATFORM_LINUX
,
PLATFORM_MAC
public static boolean isPlatform64Bits()
public static boolean isWindowsCE()
public static boolean loadLibrary(java.lang.String libraryName, boolean libLoaderFirst)
public static boolean loadLibrary(LibraryConfig libConfig, boolean libLoaderFirst)
public static boolean loadLibrary(java.lang.String libraryName, java.lang.String libraryFullName, boolean libLoaderFirst)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |