eclipse 工程没有build path

项目的.project文件添加:

<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>

posted @ 2018-03-22 19:41  宇的季节  阅读(614)  评论(0编辑  收藏  举报