jni Exception in thread "main" java.lang.UnsatisfiedLinkError:

发布时间 2024-01-11 19:43:55作者: lydstory

java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1119) at linuxcecrypttest.main(linuxcecrypttest.java:13)

 

/*
Usage:
    javac -classpath ./ linuxcecrypttest.java
    java -classpath ./ linuxcecrypttest
    java -Djava.library.path=. -classpath ./ linuxcecrypttest
*/