java.lang.UnsupportedClassVersionError: Bad version number in .class file?

后端 未结 10 710
逝去的感伤
逝去的感伤 2020-11-22 12:56

I am getting this error when I include an opensource library that I had to compile from source. Now, all the suggestions on the web indicate that the code was compiled in o

10条回答
  •  再見小時候
    2020-11-22 13:40

    i solved this problem by changing jre required for server (in my case is tomcat). From Server tab in eclipse, double click on the server (in order to open page for server configuration), click on Runtime environment, then change JRE required

提交回复
热议问题