ND to Image6D error message
Posted by catsmeowjmn on Dec 01, 2015; 5:05pm
URL: http://imagej.273.s1.nabble.com/ND-to-Image6D-error-message-tp5015067.html
When I try to open an image using the plugin for ND to Image6D I receive the error message below. I have tried searching on how to fix it but I have not found an answer that works. It maybe a simple fix that I have overlooked but I can't use my ImageJ for my images without that plugin.
ImageJ 1.50d; Java 1.6.0_24 [64-bit]; Windows NT (unknown) 6.2; 8038K of 2250MB (<1%)
java.lang.UnsatisfiedLinkError: no Nd2SdkWrapperI6D in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1734)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at ND_to_Image6D.<clinit>(ND_to_Image6D.java:42)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at ij.IJ.runUserPlugIn(IJ.java:210)
at ij.IJ.runPlugIn(IJ.java:176)
at ij.Executer.runCommand(Executer.java:132)
at ij.Executer.run(Executer.java:65)
at java.lang.Thread.run(Thread.java:662)
Thank you for any help.