@@ -3,6 +3,7 @@ package com.baidu.paddle.inference;
public class test {
static {
+ System.out.println(System.getProperty("java.library.path"));
System.loadLibrary("libpaddle_inference");
}