Menu

#26 UnsatisfiedLinkError in Processing0135 (Mac)

open
nobody
None
5
2008-01-22
2008-01-22
Anonymous
No

Code:

import JMyron.*;
void setup(){
JMyron m = new JMyron();
println(m.version());
}

Raises Error:

Exception in thread "Thread-2" java.lang.UnsatisfiedLinkError: /Programme/Processing 0135/libraries/JMyron/library/libJMyron.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 JMyron.JMyron.<clinit>(JMyron.java:14)

Library from JMyron0025.zip is installed correctly.

Discussion

  • Nobody/Anonymous

    I got the same error. A hint would be nice, thx

     
  • Nobody/Anonymous

    JMyron relies on a native library, and the included one is not a universal binary. Kevin Cox has graciously compiled libJMyron.jnilib for Intel Macs. You can get the new file here:
    http://www.jibberia.com/projects/

    Note that this will only work for i386 Macs, not PPC.

     

Log in to post a comment.