标签:
关于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>
Eclipse读取含有extjs的项目文件时卡死或者编写ExtJS时卡
标签:
原文地址:http://www.cnblogs.com/yangw/p/4584371.html