Tag Archives: The Eclipse error

Eclipse specifies JDK version to start, and resolves version XXXX of the JVM is not suitable

How to Fix Version XXXX of the JVM is not suitable for this product.Version:XXXXXX or greater is required。

Verson1.7.0_79 of the JVM is not suitable for this product Version:1.8 or greater is required

Configure the eclipse.ini file under the Eclipse folder.
add the following fields:

D: vm/jdk1.8.0 _40/bin/and \
it’s complete configuration:

-vm
D:/jdk1.8.0_40/bin
-startup
plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m

Eclipse can’t open an error: Error:could not find java SE Runtime Environment/Error: could not find java.dll

Eclipse could not find Java SE Runtime Environment/Error: could not find Java DLL
It’s not uncommon for a friend to fail to open an error message when using Eclipse
Error:could not find Java SE Runtime Environment/Error: could not find Java
This is mostly due to multiple installations and uninstalls; you may have two versions of the JDK installed on your computer
To solve this problem, there are the following solutions:
Methods a
After uninstalling, reconfigure your environment variables to prevent your environment variables from still being uninstalled.
Method 2
For example, when you open the 1.7 version of Eclipse, but when you install the 1.8 version, the CurrentVersion field of the registry is updated to 1.8, so you cannot open it. Could not find Java.dll change both CurrentVersion as shown by the arrow in the figure below to 1.7.
Note: Just change the version of the Eclipse JDK that you installed.