fix some bug to support java jni
This commit is contained in:
@ -140,8 +140,8 @@ public class jic {
|
||||
|
||||
static {
|
||||
try {
|
||||
//System.loadLibrary("libic.so");
|
||||
System.load("/home/x/TurboPFor/libic.so");
|
||||
System.loadLibrary("ic");
|
||||
// System.load("/home/x/TurboPFor/libic.so");
|
||||
} catch (UnsatisfiedLinkError e) {
|
||||
System.err.println("can't load Native TurboPFor from '" + System.getProperty("java.library.path") + "'" + e);
|
||||
System.exit(1);
|
||||
|
Reference in New Issue
Block a user