环境jdk1.7.0_17,eclipse oxygen(2017年6月发布) 因为之前安装的是jdk1.8.0_144,所以eclipse的相关配置都修改成了jdk1.8的版本,然而,近期因为某些原因需要使用jdk1.7版本,正确修改了环境变量后 (打开cmd,输入java -version可以显示当前配置的java版本信息),仍然无法打开eclipse,显示Verson1.7.0_17 of the JVM is not suitable for this product Version:1
Eclipse移植项目时JDK版本不匹配Project facet Java version 1.7 is not supported 如果原有项目用的为JDK1.7,而自己的是低版本JDK,比如1.6,可 在项目上右键,选择properties,弹出窗口后点击 Project Facets 选择Java修改其默认JDK版本即可.如:
1.我实际使用过程中,只是修改了 项目右键-->Properties-->左侧选择"Java Compiler" -->右侧的"JDK Compliance"中的 " Use compliance from execution environment 'JavaSE-1.8' on the 'Java Build Path' "-->将它的"√"去掉,再在 "Comiler comliance
Eclipse 4.6 (Neon) Eclipse 4.6 (Neon)is scheduled for release on June 22, 2016. Consider using the Installer. Please see 6 Steps to Install Eclipse. A Java 8 JRE/JDK is required to run all Neon packages based on Eclipse 4.6. The reasoning behind requ
在实际开发过程中,可能由于项目的需要,我们需要更换 JDK 的版本.但是更换后会报错,如下: Java compiler level does not match the version of the installed Java project facet. 解决办法: 第一步:设置 eclipse JDK 版本 Windows---->Preferences---->Java---->Installed JREs 第二步:设置 JDK 编译版本 Windows---->Pref