FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Software Bugs
(Moderator: fry)
   Problem with Quicktime if you have a Code folder
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Problem with Quicktime if you have a Code folder  (Read 1078 times)
SamChen
Guest
Email
Problem with Quicktime if you have a Code folder
« on: Jan 8th, 2004, 2:05am »

Hi-
I think I've found a bug:
 
If you have a project that uses Quicktime (like the web cam project) and you have a Code folder in your Sketch, when you compile the project Proce55ing won't include the Quicktime libraries.
 
This is the error that appears, (you can generate this by adding a Code folder to any of the Video examples included in Proce55ing):
 
 
java.lang.UnsatisfiedLinkError: no QTJava in java.library.path
 
 at java.lang.ClassLoader.loadLibrary(Unknown Source)
 
 at java.lang.Runtime.loadLibrary0(Unknown Source)
 
 at java.lang.System.loadLibrary(Unknown Source)
 
 at quicktime.jdirect.JDirectLinker$1.run(JDirectLinker.java:266)
 
 at java.security.AccessController.doPrivileged(Native Method)
 
--------------------------------------------------
if there is any work around you can think about for this, please shoot me a note to: schenillo@pvi.tv- thanks!
sam
 
 
fry


WWW
Re: Problem with Quicktime if you have a Code fold
« Reply #1 on: Jan 8th, 2004, 6:16pm »

yeah, this is a bug:  
http://proce55ing.net/discourse/yabb/board_Proce55ing_software__bugs_action_display_num_1069724180.html
 
i think the workaround would be to make a copy of the quicktime libraries (dll on windows and jnilib on mac) and put them in your code folder (sorry, i don't know the names of them offhand). same for the QTJava.zip file. that should get you up and running again at least.
 
Pages: 1 

« Previous topic | Next topic »