64-bit LegacyND2Reader.dll
Posted: Wed Nov 25, 2015 9:38 am
I have installed the 64-bit version of Nikon’s ND2 reader plugin for ImageJ (http://rsb.info.nih.gov/ij/plugins/nd2-reader.html) to read the ND2 file format.
I have downloaded the LegacyND2Reader.dll file from https://www.openmicroscopy.org/site/support/bio-formats5.1/formats/nikon-nis-elements-nd2.html.
The LegacyND2Reader.dll is found in my java.library.path, but loading this library throws an UnsatisfiedLinkError exception. Here is the relevant stack trace
Is there a 64-bit version of LegacyND2Reader.dll available to download?
Thanks,
Joe
I have downloaded the LegacyND2Reader.dll file from https://www.openmicroscopy.org/site/support/bio-formats5.1/formats/nikon-nis-elements-nd2.html.
The LegacyND2Reader.dll is found in my java.library.path, but loading this library throws an UnsatisfiedLinkError exception. Here is the relevant stack trace
- Code: Select all
Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\code\git\AFIB\LegacyND2Reader.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
Is there a 64-bit version of LegacyND2Reader.dll available to download?
Thanks,
Joe