本文介绍: 打开eclipse出现Incompatible JVMVerison 1.8.XXX of the JVM is not suitable for this product.Version:11 or greater is required.1.本地已经有1.8.XX,但因为新安装eclipse需要JVM更高的版本。打开eclipse出现Incompatible JVM Verison 1.8.0_181 of the JVM…._eclipse incompatible jvm-CSDN博客。

相信现在都没什么人还会用Eclipse来开发的了。

不过安装完后,打开Eclipse会提示我的Jdk版本不符合

—————————
Incompatible JVM
—————————
Version 1.8.0_391 of the JVM is not suitable for this product. Version: 17 or greater is required.
 

是Eclipse没有指定JDK的版本?网上搜索了下,刚好有位大神也解决了这个问题。

打开eclipse出现Incompatible JVM Verison 1.8.0_181 of the JVM…._eclipse incompatible jvm-CSDN博客文章浏览阅读3k次,点赞5次,收藏18次。打开eclipse出现Incompatible JVMVerison 1.8.XXX of the JVM is not suitable for this product.Version:11 or greater is required.1.本地已经有1.8.XX,但因为新安装eclipse需要JVM更高的版本。2.在文件中 eclipse.ini 把对应的 两个 -Dosgi.requiredJavaVersion=11 改成 1.8 虽然能打开,但是进入到编辑器想要创建一个Java项目,_eclipse incompatible jvmhttps://blog.csdn.net/weixin_46316913/article/details/118346067引用一下他的解决方案

我电脑上已安装好了Jdk17

这个时候只需要打开Eclipse上的eclipse.ini文件

在文件顶部添加内容:

-vm
C:/Program Files/Java/jdk-17/bin/javaw.exe

然后保存文件,这个时候再打开Eclipse就不会有任何问题了。

注:上面的JDK目录要根本自己电脑实际的安装位置。

原文地址:https://blog.csdn.net/Highning0007/article/details/135943841

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。

如若转载,请注明出处:http://www.7code.cn/show_65825.html

如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱:suwngjj01@126.com进行投诉反馈,一经查实,立即删除!

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注