UnsupportedClassVersionError: JVMCFRE003 bad major version in WebSphere AS 7

前端 未结 12 961
野的像风
野的像风 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:11

    In eclipse, Go to Project->Properties->Java build Path->Order and Export. If you are using multiple JREs, try like jdk and ibm. Order should start with jdk and then IBM. This is how my issue was resolved.

提交回复
热议问题