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
Minim problems! (Read 706 times)
Minim problems!
Feb 22nd, 2008, 5:53am
 
I installed minim exactly how I was told to, by unzipping everything into the right folders.  I restarted Processing, and saw that everything was updated: all the libraries were available for access and all of the examples were available to open.  Yet when i try to run any of the examples I get the unsuported class spiel.

java.lang.UnsupportedClassVersionError: org/tritonus/share/sampled/file/TAudioFileReader (Unsupported major.minor version 49.0)

Is there something else I need to do?
Re: Minim problems!
Reply #1 - Feb 23rd, 2008, 1:38am
 
What version of java are you using to run Processing?
Re: Minim problems!
Reply #2 - Feb 25th, 2008, 6:12pm
 
you could be using a wrong version of tritonus -- the newest version is only good for java 1.5 and up -- if you are running java1.4.2 you should go for an older version of tritonus.jar
download it here: http://www.tritonus.org/plugins.html
Re: Minim problems!
Reply #3 - Feb 26th, 2008, 3:33am
 
Though I'm pretty damn sure that the version that is packaged with Minim is the 1.4 compatible one.
Re: Minim problems!
Reply #4 - Feb 29th, 2008, 4:15am
 
So I replaced all the jar files with the new tritonus ones, but still no luck.  I am running a 1.6 version of java.  Should I downgrade?
Re: Minim problems!
Reply #5 - Feb 29th, 2008, 5:40am
 
yes, 1.4 is recommended
see http://processing.org/reference/environment/platforms.html#java
Page Index Toggle Pages: 1