2019-01-30Eclipse右击Build path ->

2019-01-30  本文已影响0人  不需要什么就能清醒

进入window下面的show view点击Navigator找到.project文件在里面添加如下代码即可,根本原因暂时没有找到

<buildSpec>

          <buildCommand>

              <name>org.eclipse.jdt.core.javabuilder</name>

              <arguments>

              </arguments>

          </buildCommand>

          <buildCommand>

              <name>org.eclipse.m2e.core.maven2Builder</name>

              <arguments>

              </arguments>

          </buildCommand>

    </buildSpec>

    <natures>

          <nature>org.eclipse.jdt.core.javanature</nature>

          <nature>org.eclipse.m2e.core.maven2Nature</nature>

    </natures>

上一篇 下一篇

猜你喜欢

热点阅读