
java.lang.unsupportedclassversionerror:bad major version at offset 6 how to solve this????

Hi,
Please check the version of framework used and also the JDK version.
This type error also comes when java file is complied in old version of java and used on latest version.
Thanks