打开eclipse,出现了,是jdk和eclipse的版本不匹配

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

我的jdk是1.7.0_80

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

外面说是可以在eclipse.ini里加上

内容下面添加如下内容:

-vm

C:\Java\jdk1.8.0_144\bin\javaw.exe

如图:

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

但是我加了这个方法,结果还是不行.

所以还有个方法,就是jdk改成1.8版本的,还有就是用老版本的eclipse的Version 1.7.0_80 of the JVM is not suitable for this product.Version: 1.8 or greater is required.

如此就可以了,

 

相关文章:

  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2021-07-21
  • 2021-08-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-14
  • 2021-09-21
  • 2021-04-03
  • 2021-04-22
相关资源
相似解决方案