We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpVideo Capture,  Movie Playback,  Vision Libraries › JMyron library not working on Mac OS X 10.3.5
Page Index Toggle Pages: 1
JMyron library not working on Mac OS X 10.3.5 (Read 720 times)
JMyron library not working on Mac OS X 10.3.5
Jan 18th, 2006, 4:23pm
 
i have a program  using JMyron which works right on tiger and WinXP, but when i tried to execute the code on machine with version 10.3.5 of OS X , p5 gives me this error:

Code:

java.lang.UnsatisfiedLinkError: /Applications/Processing 98/libraries/JMyron/library/libJMyron.jnilib:

can anybody explain me this error?
Re: JMyron library not working on Mac OS X 10.3.5
Reply #1 - Jan 19th, 2006, 5:37pm
 
my guess would be that the jmyron library either wasn't built for 10.3 (if built using default settings on 10.4, that may unintentionally be the case), or that you need to do a chmod +x on the jnilib file. you'd have to ask the jmyron guys..
Page Index Toggle Pages: 1