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)
   UnsatisfiedLinkError no QTJava in java.library.pth
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: UnsatisfiedLinkError no QTJava in java.library.pth  (Read 2678 times)
fry


WWW
UnsatisfiedLinkError no QTJava in java.library.pth
« on: Feb 27th, 2004, 5:40pm »

This one keeps coming up, so I'll post the details here...
 
There is a bug on windows, where if you try to use quicktime in java mode (where you have something like sonia or other classes in your 'code' folder) things won't work.
 
Until there is a fix, the workaround is to copy the following files:
QTJava.zip
QTJava.dll
QTJavaNative.dll
into the code folder of your sketch (via "Add files..." or dragging them in yourself.
 
The files can be found in your windows folder, probably C:\windows\system32, or you can do a search for qtjava.dll to find it.
 
For more discussion, this bug is also noted in the following:
http://processing.org/discourse/yabb/board_Proce55ing_software__bugs_action_display_num_1069724180.html
http://processing.org/discourse/yabb/board_Proce55ing_software__bugs_action_display_num_1073523928_start_0.html
http://processing.org/discourse/yabb/board_Proce55ing_software__bugs_action_display_num_1076679293_start_0.html
http://processing.org/discourse/yabb/board_Proce55ing_software__bugs_action_display_num_1076649501_start_0.html
« Last Edit: Feb 27th, 2004, 6:02pm by fry »  
fry


WWW
Re: UnsatisfiedLinkError no QTJava in java.library
« Reply #1 on: Feb 29th, 2004, 7:21pm »

in addition, if after doing the above, you just wind up with a new error:
 
quicktime.std.StdQTException[QTJava:6.1.0g1],-9405=couldntGetRequiredComponent,QT.vers:6508000  
 at quicktime.std.StdQTException.checkError(StdQTException.java:38 )  
 at quicktime.std.sg.SGChannel.allocate(SGChannel.java:65)  
 at quicktime.std.sg.SGChannel.<init>(SGChannel.java:58 )  
 at quicktime.std.sg.VisualChannel.<init>(VisualChannel.java:44)  
 at quicktime.std.sg.SGVideoChannel.<init>(SGVideoChannel.java:49)  
 
this is an indicator that you need to reinstall quicktime and quicktime for java, and then retry the process of copying the files (qtjava.zip et al) into the code folder.  
 
this error comes up when the different quicktime files don't agree with one another.
 
also note that if you ever upgrade quicktime, you'll need to recopy the .zip and .dll files into your code folder, otherwise this error will happen.
 
(thanks to eki for his trial & error for having found this... http://processing.org/discourse/yabb/board_Contributions_Audiov_isual_action_display_num_1077633944.html)
« Last Edit: Feb 29th, 2004, 7:30pm by fry »  
fry


WWW
Re: UnsatisfiedLinkError no QTJava in java.library
« Reply #2 on: Mar 28th, 2004, 9:44pm »

there is a fix for this issue in revision 69, though it is a hastily prepared "use at your own risk" release.
 
Pages: 1 

« Previous topic | Next topic »