If something is not working properly or some plugins are loaded properly in my Eclipse. I often get suggestion to open Eclipse in clean mode. So, how to run in clean mode? and what happens if I do so?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
it will take much time then normal start and it will fresh up all resources.
Easier option is to use
./eclipse -clean
For Mac OS X Yosemite I was able to use the open command.
This worked for me:
Using the
-clean
option is the way to go, as mentioned by the other answers.Make sure that you remove it from your
.ini
or shortcut after you've fixed the problem. It causes Eclipse to reevaluate all of the plugins everytime it starts and can dramatically increase startup time, depending on how many Eclipse plugins you have installed.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:
First check the name of your executable using the command 'dir' on its path
What it does:
How to use it:
eclipse.ini
file located in your Eclipse install directory and insert-clean
as the first line.-clean
as the first argument.-clean
argument. The advantage to this step is you can keep the script around and use it each time you want to clean out the workspace. You can name it something likeeclipse-clean.bat
(oreclipse-clean.sh
).(From: http://www.eclipsezone.com/eclipse/forums/t61566.html)
Other eclipse command line options: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html