How to run eclipse in clean mode? what happens if we do so?

后端 未结 10 1038
失恋的感觉
失恋的感觉 2020-11-22 05:11

If something is not working properly or some plug-ins are not loaded properly in my Eclipse I often get suggestion to open Eclipse in clean mode.

So, how to run in c

10条回答
  •  遥遥无期
    2020-11-22 05:51

    For Windows users: You can do as RTA said or through command line do this: Navigate to the locaiton of the eclipse executable then run:

     eclipse.lnk -clean
    

    First check the name of your executable using the command 'dir' on its path

提交回复
热议问题