Windows 10:无法运行Eclipse。错误:'无法创建Java虚拟机'

时间:2017-03-30 20:05:46

标签: eclipse windows-10

我已成功在Windows 7上使用eclipse并转移到Windows 10.我有:

  1. 已安装jre1.8.0_121
  2. 将JAVA_HOME和java添加到Path
  3. 将旧的eclipse目录复制粘贴到新安装的Windows 10
  4. 现在尝试启动它但出现错误:

    enter image description here

    enter image description here

    这是我的eclipse.ini文件:

    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    256m
    --launcher.defaultAction
    openFile
    -vmargs
    -Xms40m
    -Xmx512m
    -vm "C:\Program Files (x86)\Java\jre1.8.0_121\bin\javaw.exe"
    

    我尝试的事情:

    1. 添加" -Dosgi.requiredJavaVersion = 1.8"
    2. 从帖子like this尝试一下,但它不起作用(可能是因为它引用了windows7)
    3. 请指教。 谢谢!

0 个答案:

没有答案