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.
Page Index Toggle Pages: 1
QTJava and Processing 107 (Read 1000 times)
QTJava and Processing 107
Mar 5th, 2006, 10:11pm
 
Hi,

Yes ! An other QTJava thread ;-)

Windows XP + Processing 101 expert + jdk1.5.0_06 & jre1.5.0_06 + winVDIG 1.0.1 + QuickTime 7 = Everything works.

Windows XP + Processing 107 expert + jdk1.5.0_06 & jre1.5.0_06 + winVDIG 1.0.1 + QuickTime 7 = "no QTJava in java.library.path".

In my "system properties"/env. variables I have :
CLASSPATH = C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip

and

QTJava = C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip

And in a cmd window:
echo %PATH%
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Prog
ve Software\Diskeeper\;C:\Program Files\ATI Technologies\ATI.AC
es\Common Files\Adobe\AGL

and

echo %CLASSPATH%
C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip

I also tried this (in Processing):
println(System.getProperty("java.library.path"));

with Processing 101 I get:
;D:\Processing\processing-0101-expert\libraries\video\library;C:\WINDOWS\system3
2;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sys
tem32\Wbem;C:\Program Files\Executive Software\Diskeeper\;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\

with Processing 107 I get:
;D:\Processing\processing-0107-expert\libraries\video\library;C:\WINDOWS\system3
2;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sys
tem32\Wbem;C:\Program Files\Common Files\Adobe\AGL

I know about the version 102: "Windows-only release to repair issues that prevent Processing from working properly when the PATH, CLASSPATH, and QTJAVA environment variables have spaces or quotes. "

but my paths look to be correct, no ?
Any help is welcome. I'm lost. I don't understand why this isn't working under Processing 107.
Re: QTJava and Processing 107
Reply #1 - Mar 6th, 2006, 11:47am
 
thanks for your extremely thorough post, this is the sort of thing that i need to track this down. could you file it in the bugs db so i can take care of it?
Re: QTJava and Processing 107
Reply #2 - Mar 6th, 2006, 3:38pm
 
you are welcome. I'm happy to help.

I filed this in the bugs db. I hope I did it correctly.
I was not able to specify the version of processing, therefore I add it in the subject.

Re: QTJava and Processing 107
Reply #3 - Mar 6th, 2006, 4:39pm
 
yup, that's fine. for anyone else coming across this thread, i'll be following up in the bugs db here:
http://dev.processing.org/bugs/show_bug.cgi?id=299

(closing this thread)
Re: QTJava and Processing 107
Reply #4 - Mar 21st, 2006, 11:11pm
 
now fixed for rev 0109.
Page Index Toggle Pages: 1