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

人,唯一剥夺不了的,只有知识 / 2024-01-12 / 原文

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
*/