forked from cfeclipse/cfeclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
Clean Switch
Peter Boughton edited this page Jan 18, 2012
·
1 revision
After installing a new plugin, or if CFEclipse is acting oddly, try
starting Eclipse using the -clean
switch.
From the Eclipse documentation:
If set to "true", any cached data used by the OSGi framework and Eclipse runtime will be wiped clean. This will clean the caches used to store bundle dependency resolution and Eclipse extension registry data. Using this option will force Eclipse to reinitialize these caches.
Simply append the switch to the command used to start Eclipse:
C:\eclipse-3.2\eclipse.exe -clean