JNI- java.lang.UnsatisfiedLinkError: Native method not found

http://*.com/questions/24566127/jni-java-lang-unsatisfiedlinkerror-native-method-not-found

确保在调用jni之前已经调用了以下代码...

System.loadLibrary("aes");

假如so为libaes.so

上一篇:并发之atomicInteger与CAS机制


下一篇:使用Docker搭建LNMP开发环境