把项目下.project的文件内容改成如下:

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>项目名称</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.dltk.core.scriptbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.php.core.PHPNature</nature>
</natures>
</projectDescription>

相关文章:

  • 2021-06-05
  • 2021-06-20
  • 2022-02-09
  • 2021-05-19
  • 2021-05-21
  • 2021-10-10
  • 2022-02-07
猜你喜欢
  • 2021-05-28
  • 2021-05-03
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案