无法在Windows 7中创建JVM

时间:2014-12-01 09:02:08

标签: android eclipse

我从开发者网站下载了adt包,现在我无法在Windows 7 32位中正确打开eclipse。它显示错误" Java虚拟机无法加载"。我在谷歌搜索了很多改变了我的eclipse .ini文件仍然面临同样的问题,这是我的eclipse.ini文件

-startup
 plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-vm
c:\path\to\32\bit\bin\javaw.exe
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-vmargs
-Xms40m
-Xmx512m

请事先帮助我:)

1 个答案:

答案 0 :(得分:1)

将此行更改为JDK / bin / javaw.exe所在磁盘上的文件夹。

c:\path\to\32\bit\bin\javaw.exe

例如在我的电脑上它的这个:

C:\Program Files (x86)\Java\jdk1.7.0_67\bin\javaw.exe