本文主要是介绍解决eclipse 老是building workspace问题!,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
第一步,选择项目--Project--properties--打开对话框
选择Builders 在右侧的复选框中 取消javaScript Validator(一直building js的原因所在) --OK
第二步:可以增加eclipse 的相应速度,增大eclipse的虚拟内存
在eclipse根目录下修改eclipse.ini文件 我是将所有的参数增大一倍:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms80m
-Xmx1024m
这篇关于解决eclipse 老是building workspace问题!的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!