Package lc.kra.system
Class LibraryLoader
- java.lang.Object
-
- lc.kra.system.LibraryLoader
-
public class LibraryLoader extends Object
-
-
Constructor Summary
Constructors Constructor Description LibraryLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidloadLibrary()Tries to load the system hook library with the given name
-
-
-
Method Detail
-
loadLibrary
public static void loadLibrary() throws UnsatisfiedLinkErrorTries to load the system hook library with the given name- Throws:
UnsatisfiedLinkError- Thrown in case loading the library fails
-
-