Version 1.8.0_201 of the JVM is not suitable for this product. Version: 11 or greater is required.

注意是jdk版本的问题不是jre,所以找到jdk位置:
Version 1.8.0_201 of the JVM is not suitable for this product. Version: 11 or greater is required.
复制路径

C:\Program Files\Java\jdk-15.0.1\bin\javaw.exe

打开eclipse.exe同目录下的eclipse.ini:

Version 1.8.0_201 of the JVM is not suitable for this product. Version: 11 or greater is required.

-vm
C:\Program Files\Java\jdk-15.0.1\bin\javaw.exe

保存即可正常打开
不要直接把Version=11改成1.8这样会导致无jvm可用

相关文章:

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