How to achieve that Eclipse clean and build (aka rebuild)?

imacake picture imacake · Jul 23, 2011 · Viewed 98.7k times · Source

I deleted my ./bin folder in an Eclipse Indigo (super similar to Helios), and now I am wondering how to rebuild my Java project. I just cannot find a button like we can see in Netbeans.

Answer

Abhishek Singh picture Abhishek Singh · Jul 23, 2011

For Eclipse you can find the rebuild option under Project > Clean and then select the project you want to clean up... that's all.

Eclipse Clean projects selected below

This will build your project and create a new bin folder.