OpenSlide Java "Cant find dependent libraries"

Kim, Timothy H. timothy.h.kim at nist.gov
Fri May 30 10:15:58 EDT 2014


Thanks for quick response. 
The search path was indeed the "bin" subdirectory sorry about the misinformation. Nothing occurred when I double-clicked the openslide.jar so I opened openslide-jni.dll in the Dependency Walker and got 9 errors stating that the system could not find the file specified.
I have attached the Dependency Walker Image file if you want to take a look.

Regards,
Timothy Kim

-----Original Message-----
From: Benjamin Gilbert [mailto:bgilbert at cs.cmu.edu] 
Sent: Friday, May 30, 2014 1:36 AM
To: openslide-users at lists.andrew.cmu.edu
Cc: Kim, Timothy H.; Blattner, Timothy J.
Subject: Re: OpenSlide Java "Cant find dependent libraries"

On 05/29/2014 04:24 PM, Kim, Timothy H. wrote:
> $ ./build.sh setup /cygdrive/c/Users/thk/Desktop/setup-x86_64.exe
> $ ./build.sh -m64 bdist
>
> This created a .zip file, which contains the native libraries. I wrote 
> a simple Java program that created an OpenSlide object referencing an 
> image. However, when the object is initialized, it tries to access the 
> native library "openslide-jni.dll" and gives the error message "Can't 
> find dependent libraries."  The .dll is searching in the same location 
> as where we unzipped the file created from the build.sh script.

The search path should be the "bin" subdirectory, not the top-level directory.

> Are there any additional libraries that I need to reference other than 
> the ones that were built from the build.sh script?

Everything should have been built by build.sh.  If you double-click openslide.jar in the unzipped bin directory, that will launch a demo slide viewer app.  If you can open a slide file with the demo viewer, the problem is likely your search path.

If the demo viewer doesn't work, you can try opening openslide-jni.dll in Dependency Walker to find the missing dependency.  Please let us know what you discover.

--Benjamin Gilbert

-------------- next part --------------
A non-text attachment was scrubbed...
Name: openslide-jni.dwi
Type: application/octet-stream
Size: 2919609 bytes
Desc: openslide-jni.dwi
Url : http://lists.andrew.cmu.edu/pipermail/openslide-users/attachments/20140530/4743822b/attachment-0001.obj 


More information about the openslide-users mailing list