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 › UnsatisifiedLinkError libQTJNative.jnilib
Page Index Toggle Pages: 1
UnsatisifiedLinkError libQTJNative.jnilib (Read 403 times)
UnsatisifiedLinkError libQTJNative.jnilib
Dec 10th, 2008, 12:02am
 
hi, I'm getting this error trying to play a movie file (from the examples on the Processing site):

Caused by: java.lang.UnsatisfiedLinkError: /System/Library/Java/Extensions/libQTJNative.jnilib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1715)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at quicktime.QTSession$1.run(QTSession.java:94)
(etc...)

I have QuickTime installed and can play movies from Java, etc. I'm using Processing 1.0.1 on OS X 10.5.5. Any ideas about what I need to do?

Thanks, sj
Page Index Toggle Pages: 1