Display error message when open the eclipse: An error has occurred. See the log file null. How about this solution?

前端 未结 17 1135
耶瑟儿~
耶瑟儿~ 2021-02-05 20:00

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

相关标签:
17条回答
  • 2021-02-05 20:19
    1. Uninstall Java JDK

    2. Reinstall JDK 8

    3. Run Eclipse as administrator

    0 讨论(0)
  • 2021-02-05 20:20

    Open the eclipse.exe with the right mouse button and open with admin rights and that's it!

    0 讨论(0)
  • 2021-02-05 20:21

    Remove the .snap file from <WORKSPACE-DIRECTORY>\.metadata\.plugins\org.eclipse.core.resources

    0 讨论(0)
  • 2021-02-05 20:23

    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.

    0 讨论(0)
  • 2021-02-05 20:25

    I ran into the same problem. When I try running eclipse as Administrator, the problem went away.

    0 讨论(0)
  • 2021-02-05 20:25

    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.

    0 讨论(0)
提交回复
热议问题