public class NativeLibraryUtil extends Object
public static void loadLibrary(String libName, boolean absolute)
System.load(String) or System.loadLibrary(String).libName - - The native library path or nameabsolute - - Whether the native library will be loaded by path or by nameCopyright © 2021. All rights reserved.