gpt4 book ai didi

java - 启动 Eclipse 4.4 时出错 "Version 1.6.0_65 of the JVM is not suitable for this product."

转载 作者:IT老高 更新时间:2023-10-28 20:47:37 25 4
gpt4 key购买 nike

我在我的 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

最佳答案

以下是在启动 Eclipse 时修复此错误的方法:

Version 1.6.0_65 of the JVM is not suitable for this product. Version: 1.7 or greater is required.

  1. 去安装latest JDK

  2. 确保您已安装 64 位 Eclipse

关于java - 启动 Eclipse 4.4 时出错 "Version 1.6.0_65 of the JVM is not suitable for this product.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24600860/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com