Package com.alibaba.graphscope.utils
Class LoadLibrary
- java.lang.Object
-
- com.alibaba.graphscope.utils.LoadLibrary
-
public class LoadLibrary extends Object
-
-
Constructor Summary
Constructors Constructor Description LoadLibrary()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
invoke(String userLibrary)
Used by c++ to load compiled user app.
-
-
-
Method Detail
-
invoke
public static void invoke(String userLibrary) throws UnsatisfiedLinkError, IOException
Used by c++ to load compiled user app.- Parameters:
userLibrary
- library to load, fully-specified path- Throws:
UnsatisfiedLinkError
IOException
-
-