Java UnsupportedClassVersionError: Class File Version F
java.lang.UnsupportedClassVersionError means your bytecode is newer than your JVM. Decode the class file version numbers and fix the mismatch for good.
java.lang.UnsupportedClassVersionError means your bytecode is newer than your JVM. Decode the class file version numbers and fix the mismatch for good.