出現這個錯誤,eclipse 會卡死,以及自動退出
解決方案
工程根目錄 找到項目中.project文件
刪除這兩處
第一處:
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
<
ildCommand>
第二處:
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
<
ildCommand>
第二處:
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
