运行java程序的时候出现Exception in thread "main" java.lang.UnsupportedClassVersionError:

运行java程序的时候出现Exception in thread "main" java.lang.UnsupportedClassVersionError:

运行java程序的时候出现Exception in thread "main" java.lang.UnsupportedClassVersionError:

解决:

查看是因为编译环境的改变造成的。
解决办法:
将项目的编译环境设置成当前的JDK版本即可
步骤:

  1. 右键项目—>Properties—> java Compiler–>Compiler Compliance level

  2. 选择自己安装的当前的JDK环境即可

运行java程序的时候出现Exception in thread "main" java.lang.UnsupportedClassVersionError:
上一篇:Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerEx


下一篇:leecode 111. 二叉树的最小深度