c - java/jni: Can't find dependent libraries in windows -


i error message

java.lang.unsatisfiedlinkerror: c:\users\flex\test\lib\native\mylib.dll: can't find dependent libraries 

mylib.dll jni wrapper uses other c-libraries.

when open mylib.dll dependency walker shows dependent libraries available!

is there way check library not found within java?

i compiled 3rd party libraries visual studio , mylib mingw32. could problem?

you using windows need put dll current working directory. or can use java.library.path system property.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -