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

前端 未结 17 1218
耶瑟儿~
耶瑟儿~ 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:29

    Try to launch it from the console like:

    C:\path\to\eclipse\eclipse -clean
    

    Also you try to can delete the file to fix the problem permanently as suggested here. Command would be something like below for windows.

    del  YOUR_WORKSPACE/.metadata/.plugins/org.eclipse.core.resources/.snap
    

提交回复
热议问题