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

后端 未结 10 672
逝去的感伤
逝去的感伤 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:39

    Deleting the project specific settings files (Eclipse workspace/project folder/.settings/) from the project folder also will do. Obviously, we need to do a project clean and build after deleting.

提交回复
热议问题