UnsupportedClassVersionError: JVMCFRE003 bad major version in WebSphere AS 7

前端 未结 12 946
野的像风
野的像风 2020-11-30 05:21

I am getting this error

java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=map/CareMonths, offset=6

My Eclipse\'s J

12条回答
  •  [愿得一人]
    2020-11-30 06:14

    I was getting the same error even after doing above changes and what i did is

    Right click on the project->properties->java compiler->Compiler compliance level->changes it to 1.6

    This change is particular for the project. This should hopefully work.

提交回复
热议问题