Posted By:
Roseanne_Zhang
Posted On:
Wednesday, March 19, 2008 11:16 AM
java.lang.UnsupportedClassVersionError
is usually because you have some jar or class file compiled in a different version of compiler, and some feature is not compatible.
Just my personal experience for your reference.