score:1

Accepted answer

an unsupportedclassversionerror means that the jdk version with which the class was compiled is newer than the jre version that you use at runtime. if you compiled the class with jdk 7, without a -target option, it is normal that it doesn't run with jdk 6.


Related Query

More Query from same tag