maven发生错误: java.lang.UnsupportedClassVersionError

Caused by: java.lang.UnsupportedClassVersionError: cn/itcast/service/impl/ServiceImpl has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
翻译:

原因:java.lang.UnsupportedClassVersionError:cn/itcast/service/impl/ServiceImpl已由较新版本的java运行时(类文件版本53.0)编译,此版本的java运行时仅识别高达52.0的类文件版本
maven发生错误: java.lang.UnsupportedClassVersionError

不一致的话需要改JAVA_HOME保证一致

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2021-12-05
  • 2021-10-17
  • 2021-12-14
  • 2021-12-09
猜你喜欢
  • 2022-12-23
  • 2021-11-21
  • 2021-10-31
  • 2021-06-10
  • 2021-09-09
  • 2021-11-28
相关资源
相似解决方案