Hi everyone,
I try to deploy the following packages on Windows 7 64-bit:
I can successfully use the command line executable files in /bin folder. However, when putting jkyotocabinet.dll and kyotocabinet.jar into my eclipse project, I got an error keeping complaining that
Exception in thread "main" java.lang.UnsatisfiedLinkError: ...\jkyotocabinet.dll: Can't find dependent libraries
Does this mean jkyotocabinet.dll depend on other DLL files? I scanned jkyotocabinet.dll by dependency checking tools and found jkyotocabinet.dll only relies on kernell32.dll, which is a system DLL file. Adding the path of kernell32.dll to the java lib path made no luck.
Any hints? Thanks ~