新建一个Eclipse或MyEclipse项目时,关掉验证.

项目右键-->Properties-->Builders--> 不勾选(JavaScript Validator、Validation).

 

关于Eclipse\MyEclipse下加入Ext卡的解决方案:

打开Eclipse的workspace下该项目对应.project文件

 

删除以下内容:

 

(1)

<buildCommand> 
    <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
    <arguments> 
     </arguments> 
 </buildCommand> 

(2)

<nature>org.eclipse.wst.jsdt.core.jsNature</nature>

 

 

相关文章:

  • 2021-12-10
  • 2022-01-01
  • 2022-12-23
  • 2022-01-07
  • 2021-12-09
  • 2022-12-23
  • 2021-06-28
  • 2022-01-03
猜你喜欢
  • 2022-12-23
  • 2022-03-02
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案