Cleaning Eclipse
September 4th, 2008
Comments Off
Every-so-often I find that Eclipse simply begins to “act funny”. Searches on the internet will produce many reasons why; the most common is associated with all the meta data that Eclipse stores and uses. One of the more practical, and easiest solutions (let alone produces the best results), is to run a clean on Eclipse.
On windows:
- Open a command prompt
- Navigate to your eclipse.exe location
- run eclipse -clean
On mac/unix:
- Open a terminal window
- Navigation to your Eclipse installation
- run eclipse -clean