java.lang.UnsatisfiedLinkError.Can't find dependent libraries
843829Apr 10 2008 — edited Apr 14 2008Hi,
I get an exception: java.lang.UnsatisfiedLinkError: C:\external\cln.dll: Can't find dependent libraries
In folder external there are bpls (Borland C++) and dlls which cln.dll uses.
by the Dependency Walker program, I found that there are no missing dependent files.
In java code I load the cln.dll file.
System.load("c:\external\cln.dll");
What can be the problem?
I will appreciate any help.
Thanks.