java.lang.UnsatisfiedLinkError - JNI

前端 未结 3 1964
太阳男子
太阳男子 2021-01-21 18:43

I keep getting a java.lang.UnsatisfiedLinkError error every time I run my program. I have a native, a wrapper, and the program to call the native through the wrapper.<

3条回答
  •  无人及你
    2021-01-21 19:27

    Another thing which could be reason for that error is missing header file when you compile our cpp library. Make sure that you included header in your cpp file.

提交回复
热议问题