Eclipse not opening
================
Errors:
The eclipse executable launcher was unable to locate its companion shared library
Incompatible JVM
1.Check the active jdk version
eg. JDK 11
If not fix it
2.Check the eclipse.ini file
Add these below lines on eclipse.ini file according to your jdk version.
-vm
C:/Program Files/Java/jdk-11.0.10/bin/javaw.exe
======================================
#eclipse #jdk #error #java11 #java #eclipse.ini