An internal error occurred during: "Building workspace". java.lang.StackOverflowError

来源:互联网 发布:进入编程模式失败 编辑:程序博客网 时间:2024/06/06 10:01

1 错误描述




2 错误原因

   由上述描述可以,MyEclipse可用内存不足,导致堆内存溢出


3 解决办法

   修改MyEclipse内存设置

#utf8 (do not remove)#utf8 (do not remove)-startup../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar--launcher.library../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700-installD:/MyEclipse10/MyEclipse 10-vmD:/MyEclipse10/Common/binary/com.sun.java.jdk.win32.x86_64_1.6.0.013/bin/javaw.exe-vmargs-Xmx768m-XX:MaxPermSize=384m-XX:ReservedCodeCacheSize=64m-Dosgi.nls.warnings=ignore


1 0