help with MovieMaker: UnsatisfiedLinkError: no QTJava in java.library.path
in
Integration and Hardware
•
1 year ago
Hello-
I'm struggling to get the video examples running in PDE (MovieMaker, Capture, ...).
This is the error I get when I call the MovieMaker or Capture constructors:
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: no QTJava in java.library.path
I have Quicktime 7.7.2 installed (and rebooted after the install), running Windows 7 Pro, SP 1.
When I println System.getProperty("java.library.path"), the paths include (among others):
C:\MySampleSketch\code
C:\Program Files (x86)\processing-1.5.1\modes\java\libraries\video\library
C:\Program Files (x86)\QuickTime\QTSystem
I tried copying QTJava.zip and video.jar into the MySampleSketch\code folder, but no luck.
Thanks for any help-
I'm struggling to get the video examples running in PDE (MovieMaker, Capture, ...).
This is the error I get when I call the MovieMaker or Capture constructors:
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: no QTJava in java.library.path
I have Quicktime 7.7.2 installed (and rebooted after the install), running Windows 7 Pro, SP 1.
When I println System.getProperty("java.library.path"), the paths include (among others):
C:\MySampleSketch\code
C:\Program Files (x86)\processing-1.5.1\modes\java\libraries\video\library
C:\Program Files (x86)\QuickTime\QTSystem
I tried copying QTJava.zip and video.jar into the MySampleSketch\code folder, but no luck.
Thanks for any help-
1