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

后端 未结 10 1163
失恋的感觉
失恋的感觉 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条回答
  •  Happy的楠姐
    2020-11-22 05:38

    Two ways to run eclipse in clean mode.

    1 ) In Eclipse.ini file

    • Open the eclipse.ini file located in the Eclipse installation directory.
    • Add -clean first line in the file.
    • Save the file.
    • Restart Eclipse.

    2 ) From Command prompt (cmd/command)

    • Go to folder where Eclipse installed.
    • Take the path of Eclipse
    • C:..\eclipse\eclipse.exe -clean
    • press enter button

提交回复
热议问题