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
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!!!