Java JNI and dependent libraries on Windows

前端 未结 4 1934
挽巷
挽巷 2020-12-09 20:47

Long story short: I have an executable jar, that calls jni.dll which is dependent on lib.dll. And I\'m getting the oh-so-dreaded UnsatisfiedL

4条回答
  •  暖寄归人
    2020-12-09 21:07

    The simplest solution is to ensure that all .dlls are in '.' when you execute.

提交回复
热议问题