Is it possible to clean and build a java project in Eclipse with one click? I don\'t want to go to Project -> clean -> OK and than to project menu \'Build project\'
In Project->Clean I select "Clean projects selected below", select my project(s) and check "Start a build immediately" with "Build only selected projects".
Then go to Window->Preferences->General->Keys, search "Build clean" and enter my own binding for this command. For example, Ctrl + D.
Then, when I press Ctrl + D and Enter I have clean and build.