Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.UnsatisfiedLinkError.Can't find dependent libraries

843829Apr 10 2008 — edited Apr 14 2008
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2008
Added on Apr 10 2008
2 comments
310 views