Package dev.vortex.jni
Class NativeLoader
java.lang.Object
dev.vortex.jni.NativeLoader
Loads the native vortex-jni shared library from the classpath.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidloadJni()Load the native library into the current JVM.
-
Method Details
-
loadJni
public static void loadJni()Load the native library into the current JVM. Thread-safe and idempotent.
-