Video, QTJava problem
in
Integration and Hardware
•
2 years ago
Hi all,
I'm new to processing and I try to export one of my creation to a video. I installed QuickTime last version, i.e 7.69 but when I try to run with a video creation I get this message:
=> println(System.getProperty("java.library.path"));
contains C:\Program Files\QuickTime\QTSystem
where can be found QTJava.zip, QTJavaNative.dll and QTJNative.dll
anyone has a guess ?
I'm new to processing and I try to export one of my creation to a video. I installed QuickTime last version, i.e 7.69 but when I try to run with a video creation I get this message:
- Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: no QTJava in java.library.path
- at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1734)
- at java.lang.Runtime.loadLibrary0(Runtime.java:823)
- at java.lang.System.loadLibrary(System.java:1028)
- at quicktime.jdirect.JDirectLinker$1.run(JDirectLinker.java:266)
- at java.security.AccessController.doPrivileged(Native Method)
- at quicktime.jdirect.JDirectLinker$1$PrivelegedAction.establish(JDirectLinker.java:264)
- at quicktime.jdirect.JDirectLinker.<clinit>(JDirectLinker.java:272)
- at quicktime.jdirect.QTNative.loadQT(QTNative.java:33)
- at quicktime.jdirect.QuickTimeLib.<clinit>(QuickTimeLib.java:17)
- at quicktime.QTSession.<clinit>(QTSession.java:82)
- etc...
=> println(System.getProperty("java.library.path"));
contains C:\Program Files\QuickTime\QTSystem
where can be found QTJava.zip, QTJavaNative.dll and QTJNative.dll
anyone has a guess ?
1