解决eclipse启动提示:JVM is not suitable for this product.
问题:
eclipse启动提示JVM版本不适用
Version 1.8.0 411 of the JVM is not suitable for this product. Version: 11 orgreater is required.
Version 1.8.0 411 of the JVM is not suitable for this product. Version: 21 orgreater is required.
原因:
安装了多个Java版本
解决方案:
在eclipse的安装路径打开eclipse.ini文件内,指定JVM版本
添加 你自己Java版本的bin文件夹路径
-vm C:\Program Files\Java\jdk-21\bin