eclipse啟動時彈出Failed?
JAVA虛擬機報錯. 是你的Eclipse版本和虛擬機不兼容導致.
解決方法:
打開eclipse所在目錄,找到 eclipse.ini文件,將其修改為如下內容,即可啟動Eclipse
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
128M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
128m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx256m