英文:
Cannot select java vm when installing eclipse
问题
我正在尝试安装Eclipse 2019-09版本,但它要求我选择一个Java 17 64位虚拟机,而我想在系统中使用Java 10。
我尝试点击系统位置的jdk 10-0-2,但它没有被识别,所以我去了Eclipse下载页面,看看2019-09是否与Java 10兼容,它说如果我使用高于Java 8的版本就可以。接下来,我打开了命令提示符并输入了-javac version
,以确认是否成功安装,它运行正常,所以我不知道问题出在哪里。
英文:
I am trying to install Eclipse 2019-09 version, but it wanted me to Select a Java 17 64 Bit VM while I want to use Java 10 in system.
I tried to click jdk 10-0-2 at the system location but it did not recognized, so i went to Eclipse download page to see if 2019-09 if it is compatible with java10 and it says it is ok if i use higher version than java8. Next I opened cmd and input -javac version
to if it is successfully installed and it worked so I don't know what the problem is.
答案1
得分: 1
Eclipse 4.25 (2022-09) 需要 JVM 17 或更高版本才能运行。安装并启动 Eclipse 后,您可以选择其他版本的 JVM 来构建和执行您的项目。
英文:
Eclipse 4.25 (2022-09) requires a JVM 17 or greater to execute Eclipse. After Eclipse is installed and launched you can select other versions of the JVM to build and execute your projects.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论