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

Viewed 105376

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.

3 Answers

In case you are unable to find a file in Eclipse code after pulling code from git or creating a file in intelliJ seperately (my case) you ca do the following

Right click on 'src' folder and in the menu that appear click on the 'refresh' button

Related