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.
IndexProgramming Questions & HelpSound,  Music Libraries › ESS MP3 using "tritonus" on java 1.6
Page Index Toggle Pages: 1
ESS MP3 using "tritonus" on java 1.6 (Read 586 times)
ESS MP3 using "tritonus" on java 1.6
Jun 22nd, 2008, 9:55am
 
Hey all, Im getting this error when I try to play an MP3 using ESS:

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


I guess this is because it was built on 1.5, and not 1.6 as Im running. I downloaded it to try and build but I cant understand how to, some is in C some of the java files appear to be missing etc.

Anyway, has anyone got a version of the tritonus library (tritonus_share-0.3.6.jar) which will work with Java 1.6?

Cheers!


EDIT: I painstakingly decompiled it all but it has at least 15 errors after this that wont let me compile Sad

Edit2: I was trying to build it all day, given up , if anyone has got this to run on java 1.6 id love to get a copy of their tritonus jar!!!
Re: ESS MP3 using "tritonus" on java 1.6
Reply #1 - Aug 8th, 2008, 9:12pm
 
http://tritonus.org/plugins.html

from here u can download tritonus_share-0.3.6.jar...but is again for jdk 1.5... check out if it works with 1.6 version also..
Page Index Toggle Pages: 1