This is exactly the same issue I am having. I believe that the second error message:
erlend.schei wrote:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/Users/fiersche/Downloads/JMagick-6.2.6-0-OSX-10.5.1-0-src/lib/libJMagick-6.
2.6.dylib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1746)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
...
... indicates that the JMagick library itself is being loaded successfully, but it is unable to link to one of its shared dependencies. The reason I think this is that Java stopped complaining about not being able to find the library and just returns a blank exception (consistent with something failing in opaque native code).
If anyone knows a solution for this, I'll be your best friend forever. I've been hacking at this on and off for a while now, and I
really need to get it working.
Cheers,
nate