Version 1.8.0_201 of the JVM is not suitable for this product. Version: 11 or greater is required.

Eclipse starts with this problem:
Version 1.8.0_201 of the JVM is not suitable for this product. Version: 11 or greater is required.
 
Solution: Open Eclipse.ini and modify it as follows


-Xmx1024m
-startup
plugins/org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1300.v20200819-0940
-product
org.eclipse.epp.package.java.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.8
[email protected]/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx2048m
--add-modules=ALL-SYSTEM
-vm
-D:\java\jdk\bin\javaw.exe

Add JDK path:
-vm
-D:\java\jdk\bin\javaw.exe
The modified version is 1.8

Read More: