I use Windows 10 and jre1.8.0_51. I don\'t know why when I start Eclipse it always displays an alert message \"An error has occurred. See the log file null.\"
And I can
Uninstall Java JDK
Reinstall JDK 8
Run Eclipse as administrator
Open the eclipse.exe with the right mouse button and open with admin rights and that's it!
Remove the .snap
file from <WORKSPACE-DIRECTORY>\.metadata\.plugins\org.eclipse.core.resources
The mentioned solutions didn't work for me under Windows OS. I just deleted .manager from eclipse\configuration\org.eclipse.core.runtime and from eclipse\configuration\org.eclipse.osgi and the issue was fixed.
I ran into the same problem. When I try running eclipse as Administrator, the problem went away.
I had the same issue with Windows 10. Give full control to your user in security settings on the eclipse and workspace folders.
I also found the read only property was set on the eclipse and workspace folders, which I unset.
The log file can be found in the eclipse\configuration
folder.