一、问题描述
使用全局的JDK环境来运行项目,提示如下:
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/logic/ids/IdsApplication
has been compiled by a more recent version of the Java Runtime (class file version 55.0),
this version of the Java Runtime only recognizes class file versions up to 52.0
二、问题解析
才想起来,这个项目的JDK版本是11,因为类是在比试图运行它的版本更高的Java版本编译的文章来源:https://www.toymoban.com/news/detail-604420.html
更具体地说,在这种情况下,使用Java 11编译了类,并尝试使用Java 8运行它。
文章来源地址https://www.toymoban.com/news/detail-604420.html
到了这里,关于【异常】has been compiled by a more recent version of the Java Runtime (class file version 55.0)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!