Package io.github.jwharm.javagi.interop
Class LibLoad
java.lang.Object
io.github.jwharm.javagi.interop.LibLoad
The LibLoad class is used by Java-GI to load native libraries by name.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadLibrary
(String name) Load the native library with the provided name.
-
Constructor Details
-
LibLoad
public LibLoad()
-
-
Method Details
-
loadLibrary
Load the native library with the provided name.- Parameters:
name
- the name of the library
-