首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

myeclipse中一直building workspace.的有关问题

2013-03-22 
myeclipse中一直building workspace...的问题当文件修改后保存时,myeclipse就会出现building workspace,有

myeclipse中一直building workspace...的问题
当文件修改后保存时,myeclipse就会出现building workspace,有的是有老慢了,得等1,2分钟,让人无法忍受。
解决方法:在项目根目录中有个.project文件,将其中的:
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
删除就行了。

热点排行