我有Eclipse Neon x64,操作系统是Windows 10 x64,jdk1.8.0_73。一切正常,我更新了eclipse,现在"创建Java虚拟机"被展示。我也设置了JAVA_HOME和Path变量。我尝试编辑eclipse.ini文件,尝试更改-Xmx,-Xms,添加-vm ... java路径等等。但是没有工作。我的eclipse.ini文件是:
-startup
plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.400.v20160518-1444
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-javaagent:E:\Eclipse Neon\eclipse\plugins\com.zeroturnaround.eclipse.optimizer.plugin_1.0.11/agent/eclipse-optimizer-agent.jar
-server
-XX:PermSize=256m
-XX:MaxPermSize=512m
-XX:+UseParallelGC
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
请建议我一些解决方案。
答案 0 :(得分:0)
我添加了-vm" C:\ Program Files \ Java \ jdk1.8.0_73 \ bin \ javaw.exe"在-vmargs行之前的eclipse.ini中,你需要删除或注释掉-vmargs并且它有效。