eclipse创建java错误_Eclipse错误:'无法创建Java虚拟机'

在我的情况下,将Java从1.6更新到1.7后出现此问题。

要了解错误,请在eclipse.exe文件夹中运行java.exe。使用eclipse.ini中的参数,因为它将显示哪个参数导致失败。

例如:

F:\Mobile Class\adt-bundle-windows-x86\adt-bundle-windows-x86\eclipse>java -star

tup plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --launcher.lib

rary plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813

-product com.android.ide.eclipse.adt.package.product --launcher.XXMaxPermSize 7

68m -showsplash org.eclipse.platform --launcher.XXMaxPermSize 768m --launcher.d

efaultAction openFile -vm C:\Program Files\Java\jre7\bin\client\jvm.dll -vmargs

-Dosgi.requiredJavaVersion=1.6 -Declipse.buildId=v21.1.0-569685 -Xms40m -Xmx768m

Unrecognized option: -startup

Error: Could not create the Java Virtual Machine.

Error: A fatal exception has occurred. Program will exit.所以我将'startup'with更改为'jar',如下所示,并修复了问题:

F:\Mobile Class\adt-bundle-windows-x86\adt-bundle-windows-x86\eclipse>java -jar

plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813 -pr

oduct com.android.ide.eclipse.adt.package.product --launcher.XXMaxPermSize 768m

-showsplash org.eclipse.platform --launcher.XXMaxPermSize 768m --launcher.defaul

tAction openFile -vm C:\Program Files\Java\jre7\bin\client\jvm.dll -vmargs -Dosg

i.requiredJavaVersion=1.6 -Declipse.buildId=v21.1.0-569685 -Xms40m -Xmx768m

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值