eclipse里报:An internal error occurred during: "Building workspace". Java heap space

Posted 余生莫度

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse里报:An internal error occurred during: "Building workspace". Java heap space相关的知识,希望对你有一定的参考价值。

当在eclipse中的web工程中增加了extjs4,出现An internal error occurred during: "Building workspace".

Java heap space 错误。

解决办法1:把extjs4的工程安装包不要放到web工程中就ok技术分享或者建议直接用myeclipse直接导入的exjts4包,就没问题。

解决办法2:导入ExtJS包,这样会卡死eclipse的。去到工程根目录下,找到.project,用记事本打开,把两处删除掉:
 
第一处:
 
<buildCommand>
         <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
         <arguments>
         </arguments>
</buildCommand>
第二处:
 
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
 
保存退出,refresh一下工程。再把ext包复制进工程

转载自:http://blog.csdn.net/kkdelta/article/details/9006653














以上是关于eclipse里报:An internal error occurred during: "Building workspace". Java heap space的主要内容,如果未能解决你的问题,请参考以下文章

Compilation err ororg.eclipse.jdt.internal.compiler.classfmt.ClassFormatException

Compilation err ororg.eclipse.jdt.internal.compiler.classfmt.ClassFormatException

eclipse启动错误An internal error occurred

关于eclipse的"An internal error occurred during"的错误

Eclipse启动报错:An internal error occurred during: "Updating indexes".org/eclipse/core/runtime

Eclipse-An internal error occurred during: "Initializing Java Tooling"