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
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   058 won't start: can't find (existing) QT4JAVA!
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: 058 won't start: can't find (existing) QT4JAVA!  (Read 768 times)
arielm

WWW
058 won't start: can't find (existing) QT4JAVA!
« on: Aug 8th, 2003, 12:37am »

i downloaded 058 but it won't start (alerting that it can't find Quicktime for Java).
 
but i do have it actually (win2000 / quicktime 6):
- i'm able to run the video examples with 056
- i'm able to compile in an ide some java code using "import quicktime.*"
 
strange, no?
 
n.b. i tried also with "run.bat" without success (after modifying "c:\winnt\system32\qtjava.zip" to "d:\winnt\system32\qtjava.zip" because my system is on drive D rather than C)
 

Ariel Malka | www.chronotext.org
fry


WWW
Re: 058 won't start: can't find (existing) QT4JAVA
« Reply #1 on: Aug 8th, 2003, 7:11pm »

this is a temporary issue for 58 that we'll get fixed for 59. it goes searching for qtjava in the normal location on C: and it if it doesn't find it, then you get that error message.
 
one way around it would be to copy qtjava.zip to a fake c:\winnt\system32\qtjava.zip and it'll run again.  
 
we found out just after releasing 57 that things went very wrong if qtjava wasn't installed, so this was the best i could do on short notice. 59 will be less fragile and smarter about how it searches for qtjava.
 
arielm

WWW
Re: 058 won't start: can't find (existing) QT4JAVA
« Reply #2 on: Aug 8th, 2003, 11:05pm »

one thing could help on windows:
 
the %QTJAVA% environment variable, set by the quicktime for java installer, which points to the required .zip file...
 

Ariel Malka | www.chronotext.org
fry


WWW
Re: 058 won't start: can't find (existing) QT4JAVA
« Reply #3 on: Aug 9th, 2003, 1:56am »

yeah, i think we'll use that one, and also try %WINDIR%\System32 since it gets copied there as well. we had some problems with QTJAVA being bad if you upgrade your jvm after installed qtjava.  
 
it's too bad this stuff is so fragile. i'd love to just included the qt libs and classes right with p5, same as we do for the other stuff (serial port, jikes, opengl in testing) but i have a feeling that would cause trouble, the least of which would be licensing problems.
 
Elout de Kok
Guest
Email
Re: 058 won't start: can't find (existing) QT4JAVA
« Reply #4 on: Aug 28th, 2003, 9:46am »

Had the same problem.
058 - win98
 
copied the file  
c:\windows\system\qtjava.zip
to
c:\windows\system32\qtjava.zip
 
after that 058 started up.
 
fry


WWW
Re: 058 won't start: can't find (existing) QT4JAVA
« Reply #5 on: Aug 28th, 2003, 5:22pm »

for the people who were having trouble, are you on win98 or winme? that's odd that quicktime is installed in \system on some and \system32 on others..
 
elout

12747371274737 WWW
Re: 058 won't start: can't find (existing) QT4JAVA
« Reply #6 on: Aug 28th, 2003, 8:11pm »

for me; plain w98 - (not the SE(second edition version))
 
after installing QT-java support;  
my qtjava.zip was in the system folder
c:\windows\system\qtjava.zip  
 
after that I copied it to;
 
c:\windows\system32\qtjava.zip
 
and processing could start-up/worked.
 
fry


WWW
Re: 058 won't start: can't find (existing) QT4JAVA
« Reply #7 on: Aug 29th, 2003, 3:51am »

yeah, that's what i suspected..
 
this is a top priority to fix in the next rev.
 
fry


WWW
Re: 058 won't start: can't find (existing) QT4JAVA
« Reply #8 on: Sep 1st, 2003, 1:53am »

fixed for 0059. qtjava is still required (this won't always be the case) but the search path is no longer so fragile.
 
Pages: 1 

« Previous topic | Next topic »