启动Eclipse 4.4“ JVM的1.6.0_65版本不适合此产品”时出错。
我在Mac上启动Eclipse 4.4时遇到问题。我收到以下错误:“ JVM的1.6.0_65版本不适用于此产品。” 我已经安装了最新版本。当我运行java
-version时,我得到:
java version "1.8.0_05"Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
这是我的eclipse.ini文件,我已经在其中尝试将-vm参数显式设置为jdk1.8:
-startup../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.7
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/bin/java
回答:
请检查您是否获得了x64版的eclipse。几个小时前有人回答了。
以上是 启动Eclipse 4.4“ JVM的1.6.0_65版本不适合此产品”时出错。 的全部内容, 来源链接: utcz.com/qa/426214.html