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
Post a Comment