Posted on 2010-08-17 13:56
Brian 閱讀(1061)
評論(2) 編輯 收藏 引用 所屬分類:
概念和技術
解壓縮版本的Eclipse打開時遇到此類問題:

解決方法:
打開安裝目錄下的eclipse.config(或eclipse.ini)配置文件,大致的內容如下,
-startup
plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.jee.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
其中的“Xmx512m” 改成“Xmx256m”