@@ -4,6 +4,7 @@ public class test {
static {
System.out.println(System.getProperty("java.library.path"));
+ System.out.println(System.mapLibraryName("libpaddle_inference"));
System.loadLibrary("libpaddle_inference");
}