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
mp3 trouble with Ess (Read 957 times)
mp3 trouble with Ess
Apr 7th, 2006, 6:24pm
 
Hi,

I am having trouble with loading an mp3 with Ess.  I have put the 3 .jar files that the documentation specifies into my library folder next to Ess.jar and also tried them in a "code" folder in my sketch.  Is there anything I am missing?

-jrmy
Re: mp3 trouble with Ess
Reply #1 - Apr 23rd, 2006, 12:43am
 
if it looks like :

java.lang.UnsupportedClassVersionError: org/tritonus/share/sampled/file/TAudioFileReader (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)

then you need to make sure you are using the "tritonus_share.jar" (101 kB) (1.4 compatible).

also : "out of memory--increase your java heap size. k"
Page Index Toggle Pages: 1