Version 1.7.0_80 of the JVM is not suitable for this product.Version: 1.8 or greater is required.

Eclipse启动失败,设置eclipse启动jdk有2种方法

第一种:

直接安装eclipse对应的jdk版本,并设置环境变量

第二种:

修改eclipse配置文件eclipse.ini

在-startup上面加入以下内容(根据自己JDK的安装目录)

-vm

E:\java-tools1\JDK8_64\jdk1.8.0\bin

-vm
E:\java-tools1\JDK8_64\jdk1.8.0\bin
-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
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m

  

原文地址:https://www.cnblogs.com/bhy-1116/p/8353548.html

时间: 2024-10-14 17:50:53

Version 1.7.0_80 of the JVM is not suitable for this product.Version: 1.8 or greater is required.的相关文章

version 1.5.2-04 of the jvm is not suitable for this product. version:1.6 or greater is required

这里仅仅说明一个可能造成该问题的解决办法,也是我遇到的原因. 这句话的意思是说,eclipse须要至少1.6版本号或以上的JVM ,而你仅仅有1.5.2版本号的JVM.想想就认为非常奇怪,我装的但是JDK1.7,怎么可能出现这样的问题.然后cmd执行java -version 结果出乎意料的显示了jdk1.5  我非常无语,这从哪里来的.必定是某个程序自带了jdk将我的jdk替代了. 这样的问题我的解决的方法为: 将环境变量中 path下的:%JAVA_HOME%\bin;%JAVA_HOME%

Version 1.6.0_13 of the JVM is not suitable for this product. Version: 1.7 or greater is required.[Solved]

[OS] kali when I use eclipse for luna, I got the message as below:Version 1.6.0_13 of the JVM is not suitable for this product. Version: 1.7 or greater is required. Solve it as below:step_1: unpack eclipse $ tar zxvf eclipse-standard-luna-R.tar.gz st

Version 1.5 of the JVM is not suitable for this product.Version:1.6 or greater is required

http://passport.baidu.com/?business&un=%E6%B1%BE%E8%A5%BF%5F%E5%B0%8F%E5%A7%90%5F%E6%8C%89%E6%91%A9#0 http://passport.baidu.com/?business&un=%E5%B0%8F%E5%A7%90%5F%E6%B5%AE%E5%B1%B1%5F%E5%85%A8%E5%A5%97#0 http://passport.baidu.com/?business&un=

Version xx of the JVM is not suitable for this product

在官网下载了linux eclipse 4.5版本,文件为eclipse-cpp-mars-R-linux-gtk-x86_64.tar.gz 官网下载地址:http://www.eclipse.org/downloads/ 运行eclipse时出现类似下面提示: Version 1.6.0_22 of the JVM is not suitable for this product. Version:1.7.0or greater is required 下载jre,文件为jre-8u60-l

mac上装eclipse报jvm is not suitable for this product错误时方法

mac上装好了jdk 1.80最新版后,下载eclipse安装,结果报jvm 1.605 is not suitalbe for this product 打开终端,java -version  结果显示是1.605的 我的最终解决方法:下载了java se 1.80版的 安装后,再安装eclipse就不抱错了 java -version显示1.80

eclipse +maven+ssm搭建矿建

记录一下搭建框架的过程1.下载最新的eclipse   https://www.eclipse.org/downloads/download.php?file=/oomph/epp/neon/R/eclipse-inst-win64.exe 安装就不说了.直接解压就行.  解压时报错,  “version 1.7.0_79 of the jvm is not suitable for this product.Version:1.8 or greater is required” ,这是版本不支

linux下eclipse

最近想学习C++,所以就重新安装了linux系统,虽然这两者没有什么联系,但是我还是比较喜欢linux系统,所以在linux下安装了Eclipse,想起了当初学习Red Hat 9.0时的痛苦场景,哎……所以我打算把安装过程写下来,希望给那些刚刚接触Linux的朋友一些帮助,老鸟们可以略过,呵呵! 安装Eclipse需要两个东西,一个是Eclips的安装文件(eclipse-cpp-helios-linux-gtk.tar.gz),一个是JDK(jdk-6u16-linux-i586.bin),

Eclipse安装以及安装时遇到的问题解决办法

1, 首先要安装JDK(最好使用最新版本),注意区分32位于64位 2, 安装程序,双击打开安装即可 3, 安装包下载:http://developer.android.com/sdk/index.html#download 点击[Download the SDK],进到下载页 选择32位或64位,下载即可 4, 下载完成后,进入对应的文件夹,点击Eclipse的启动程序 5, 安装时出现如下对话框,就要设置java环境:没有提示直接下一步即可 6, 设置java环境变量.计算机,点右键,选择属

mac安装eclipse

下载eclipse 安装的时候如果报错:Version 1.6.0_65 of the JVM is not suitable for this product. 去下载一个:jdk-8u131-macosx-x64-2.dmg 如果安装了JDK以后还是报这个错,查看一下JDK版本. 打开终端,键入: ls /Library/Java/JavaVirtualMachines/ 一定会发现有个很旧版本的JDK.删除它. 终端键入: rm -rf /Library/Java/JavaVirtualM