Eclipse
---------------------------
An error has occurred. See the log file
E:\Selenium\.metadata\.log.
---------------------------
OK
Solutions
1. Delete metadata folder in Eclipse folder and restart eclipse. It should work.
If the error message exists again follow the below steps
1. Uninstall the Java Installations
2. search java from Oracle website, download and install jdk-14.0.2.
3. Remove existing eclipse and install Eclipse IDE for developers
4. Restart eclipse
It should work, else
open eclipse.ini and above vmargs statement enter the installation path C:\Program Files\Java\jdk-14.0.2
5. Open Environment variables through control panel and update the Java_Home, Path, SystemPath to C:\Program Files\Java\jdk-14.0.2
It should work