Exception in thread “main” java.lang.UnsupportedClassVersionError: Bad version number in .class file的解决办法
在hibernate运行过程中遇到如下问题
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
解决办法是换用jdk1.7或者jre1.7作为JRE System Library
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file

相关文章:

  • 2021-08-13
  • 2022-01-02
  • 2021-10-04
  • 2021-07-23
  • 2021-12-18
  • 2021-05-14
猜你喜欢
  • 2021-05-13
  • 2021-09-30
  • 2022-12-23
相关资源
相似解决方案