Having love for Eclipse is one of the traits of Java Developers and just like any other software this gives problems too.
Sometimes, Eclipse just hangs up on the startup. When you try to click anywhere on it, the cursor turns busy and never gets the control back.
A simple fix for this problem is as follows.
- Kill the hung eclipse.
- Go to {workspace_loc}\.metadata\.plugins
- Rename the folder org.eclipse.core.resources to org.eclipse.core.resources.old
- Now open up the eclipse. When it opens, you will that all the files that are open in the editor will error out. That is normal.
- Close all files in the editor.
- Close eclipse.
- You will find a new org.eclipse.core.resources folder. Go ahead and delete this.
- Rename org.eclipse.core.resources.old to org.eclipse.core.resources
- Restart eclipse.
- Bingo.




