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
MovieMaker (Read 1780 times)
MovieMaker
Oct 18th, 2007, 3:32am
 
So, I've been attempting to run the MovieMaker example in Version 1.7 and I keep getting the following error.

java.lang.NoClassDefFoundError: quicktime/QTException
at Temporary_3067_9209.setup(Temporary_3067_9209.java:10)

I had qt v. 7 and I've changed it to v 6.5, because I've read on the forums of its problems... but it didn't help.  

I've googled it and I feel like I need to edit the classpath in the environment... but not exactly sure how to go about it.  Any suggestions??
Re: MovieMaker
Reply #1 - Oct 20th, 2007, 8:42pm
 
I run the 0130 version on Win XP, and get the same Error...

Any suggestions?


btw, i've installed quicktime 7.2...
Re: MovieMaker
Reply #2 - Oct 21st, 2007, 2:16am
 
Make sure you have copied the QTJava.zip into the proper /lib/ext/ folder maybe ? Its a bit tricky to get this QuickTime for Java thing to work, but there are lots of posts on here on how to make it work.
Re: MovieMaker
Reply #3 - Oct 21st, 2007, 10:12am
 
nitelite wrote on Oct 21st, 2007, 2:16am:
Make sure you have copied the QTJava.zip into the proper /lib/ext/ folder maybe Its a bit tricky to get this QuickTime for Java thing to work, but there are lots of posts on here on how to make it work.


The QTJava.zip is in the right folder, i've checked the %QTJAVA% path.

I've read some posts here, but nothing help.. not the reinstall of QT...

But, i test the original library from daniel shiffman on P0125 and it works, the same code in P0130 give me an error...

So, maybe its not the fail of QT.
Re: MovieMaker
Reply #4 - Oct 21st, 2007, 12:36pm
 
I'v efound one thing that sometimes works, Copy the QTJava.zip file into yoursketch/code folder and rename it QTJava.jar
Re: MovieMaker
Reply #5 - Oct 21st, 2007, 12:44pm
 
Thank you John, it works nice.

But isn't there a way to fix the problem??
Re: MovieMaker
Reply #6 - Oct 21st, 2007, 3:39pm
 
i'm not sure what's changed about quicktime 7.2 that screws up this path.. i'll have to dig into it more. i've not seen this on any of my own testing machines, so that makes it tougher as well.
Re: MovieMaker
Reply #7 - Oct 21st, 2007, 10:56pm
 
problem found and fixed. actually the problem was not found, but a fix was, so 0131 should have things working again. i'll try to post it soon.
http://dev.processing.org/bugs/show_bug.cgi?id=654
Re: MovieMaker
Reply #8 - Oct 23rd, 2007, 11:00pm
 
Works nicely... Thanks
Page Index Toggle Pages: 1