Hi Chris,
How would one do this? I'm not familar with java or the code of ImageJ- which is java, correct?- I've never had to deal with it before this. I took a guess and guessed that the files files named "libjsfwlib.jnilib" and "libjsfwlive.jnilib" are the native libraries, and made sure they were in the same folder as ij.jar, but the plugin still didn't work- it came up with the same error message. Thank you, Clarissa "Phase GmbH" <[hidden email]> writes: Hi Clarissa, it seems that a native method in jsfwlive.java at code line 164 was called which could not be loaded from the native library supplied by Scion. I am not familiar with the Scion driver. This may be caused be many reasons. Most likely the native library and the driver library are not in the Java pathway and could not be found by the Java Virtual Machine. The native library functions as some sort of glue between the driver and the Java world. You may try to cure the situation, if you copy the native library and also the library which is referenced by it, the camera's driver library, into that directory where ij.jar is located. Good luck Chris To Whom it May Concern, I am an ImageJ user in a research lab. I am trying to install ImageJ on a Mac G5 running MacOSX 10.4.11 and the plugins needed in order to run a Scion Grayscale Digital Camera model CFW- 1312M, which is considered a FireWire camera. The plugins that are downloadedable at the Scion website, www.scioncorp.com, come in a package/folder that is called 1394. I have installed ImageJ 1.40, and have tried to install the plugin using the Scion Java Package Update, and when that didn't work, I tried installing the complete Scion Java Package which is ImageJ with the 1394 plugin package already installed. That didn't work either. Both times the same error appeared: java.lang.UnsatisfiedLinkError: /Applications/ImageJ_Plain/libjsfwlive.jnilib: at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:993) at sfwcam.ui.jsfwlive.<clinit>(jsfwlive.java:164) at Live_.run_ui(Live_.java:123) at Live_.run(Live_.java:105) at ij.IJ.runUserPlugIn(IJ.java:158) at ij.IJ.runUserPlugIn(IJ.java:169) at ij.IJ.runPlugIn(IJ.java:124) at ij.Executer.runCommand(Executer.java:104) at ij.Executer.run(Executer.java:58) at java.lang.Thread.run(Thread.java:613) The online documentation that I have found so far has not addressed this particular problem, as far as I can tell. If anyone could provide any advice or helpful hints, I would greatly appreciate it. Also, where does one enter the commands for ImageJ? Under the web documentation, there were instructions explaining how to change a plugins directory, but since I did not know where to enter the code, I was unable to see if changing the directory in that way would work. Thank you very much for your time and effort. Sincerely, Clarissa Livingston Lab Assistant, Micromechanics Lab University of Maine e-mail: [hidden email] |
Free forum by Nabble | Edit this page |