if something is not working properly.. or some plugins are loaded properly in my eclipse... i often get suggestion to open eclise in clean mode... so how to run in clean mode? and what happens if i do so?
|
What it does:
How to use it:
(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 |
|||||||||||
|
|
For clean mode: start the platform like
That's all. The platform will clear some cached OSGi bundle information, it helps or is recommended if you install new plugins manually or remove unused plugins. It will not affect any workspace related data. |
|||
|
|
|
Using the -clean option is the way to go, as mentioned by the other answers. However, make sure that you take it back out of 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 plugins you have in your Eclipse. |
|||
|
|
it will take much time then normal start and it will fresh up all resources. |
|||
|
|
|
For cleaning up in a launch configuration, see this tip: |
|||
|
|
