maven报错:maven org/codehaus/plexus/classworlds/launcher/Launcher (Unsupported major.m...)

 

解决思路如下:

 

按照以往的经验,做如下检查:

 

  • 编译环境检查 window->preferences->installed JREs

  • 编译级别检查 右击工程名->properties->java compiler

  • 编译路径检查 右击工程名->build path->coufiguration build path

  • 执行clean     project->clean

我重新搞了一下 jres 就ok 了。

【解决】Maven myeclipse出现Could not find the main class

重新运行maven的命令就ok了。

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2021-05-24
  • 2021-07-01
  • 2022-12-23
  • 2022-01-20
  • 2021-09-27
猜你喜欢
  • 2021-09-04
  • 2021-09-24
  • 2021-09-15
  • 2022-12-23
  • 2021-06-03
  • 2021-08-30
相关资源
相似解决方案