首页 > 编程语言 > 详细

错误提示:java.lang.UnsupportedClassVersionError: com/spring/demo05/Demo has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only reco

时间:2019-10-05 11:37:05      阅读:1113      评论:0      收藏:0      [点我收藏+]

之前用的JDK12替换了1.8后出现如下错误提示

技术分享图片

 

 是编译的class文件对应的jdk版本与当前jdk版本不匹配。

解决方案

把项目右键--javaCompiler--版本改成当前的版本(1.8)

技术分享图片

 

错误提示:java.lang.UnsupportedClassVersionError: com/spring/demo05/Demo has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only reco

原文:https://www.cnblogs.com/jumpkin1122/p/11624156.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!