-
Exception in thread “main” java.lang.UnsupportedClassVersionError: com/test/Test has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
- Tomcat 的版本高于 JRE 的版本
即可以降低Tomcat版本或者提高 JRE版本
- 这里我选择提高 JRE 版本
去官网下载 JRE17
然后如图所示:
(Eclipse为例) 打开 Prefereces -> Java -> Installed JREs -> Add -> JRE home (选择你刚刚下的文件)
- Finish 。再次运行,然后就成功了



