java的JDK安装好了,环境变量也配置好了,但是eclipse还是不能运行

-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx384m

第1个回答  2011-06-02
把你的eclipse.ini文件贴出来看看,-vm参数重新指定javaw.exe的路径。

添加下面两行试试
-vm
D:\Java\jdk1.6.0_18\bin\javaw.exe 这个指定你安装的jdk的javaw.exe的路径。
第2个回答  2011-06-02
下个myeclipse,现在最新到9了吧,一装完事。也可以装个tomcat试试能不能跑起来,不行可能是配的不对吧本回答被提问者采纳
相似回答