|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ntb.usb.LibLoader
public class LibLoader
This class allows to load libraries in the normal way or as a system resource (e.g. form the current .jar file).
See below for a further description.
Constructor Summary | |
---|---|
LibLoader()
|
Method Summary | |
---|---|
static void |
load(java.lang.String libName)
Loads a library. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LibLoader()
Method Detail |
---|
public static void load(java.lang.String libName)
libName
- Library name (e.g. usbJava)
java.lang.UnsatisfiedLinkError
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |