程序启动时出现Eclipse错误

时间:2013-10-31 13:53:00

标签: eclipse

我的eclipse没有启动,它显示此消息,我已经下载了其他版本,重新安装了jre。但仍显示该消息。

that is what happen

我知道如何解决这个问题?

2 个答案:

答案 0 :(得分:0)

您可以尝试在eclipse.ini文件中指定正确的JVM:

-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\Java\JDK\1.5\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx1024m

查看this了解更多信息。

答案 1 :(得分:0)

您可能想要编辑eclipse.ini,尤其要注意-vm。那里给出的路径必须指向你的jre javaw.exe

  

-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.v20130521-0416
  -product
org.eclipse.epp.package.standard.product
  --launcher.defaultAction
openFile
  --launcher.XXMaxPermSize
256M
  -showsplash
org.eclipse.platform
  --launcher.XXMaxPermSize
256m
  --launcher.defaultAction
openFile
  --launcher.appendVmargs
  -vm
C:/java/jre7/bin/javaw.exe
  -vmargs
  -Dosgi.requiredJavaVersion = 1.6
  -Xms40m
  -Xmx512m