---------------------------
Java Virtual Machine Launcher
---------------------------
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
---------------------------
OK
--------------------------------------------------------------------------------------------------------------------
To resolve the above issue that occurs while opening eclipse,
1. Open Eclipse.ini file from eclipse folder.
2. Above -vmargs statement enter -vm C:\Program Files\Java\jdk-14.0.2\bin
save and close. Open eclipse again the issue should be resolved.

