Such errors happen when loading a class compiled with a given version of the JDK on an earlier JDK. For example if the class was compiled with JDK 1.6 and you load it on JDK 1.5, you'll hit this issue (unless it has been compiled with the appropriate option).
2009/3/25 Stéphane Amaudruz <[email protected]>: > Bonjour, > > > > We are running iPojo and getting this error: > > java.lang.UnsupportedClassVersionError: Bad version number in .class file > > > > It appears only in MacOsX. > > > > Is it possible that the manipulation is not compatible with 64bit JVM ? > > > > Tx, Stephane > > > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

