What’s the difference between
"Eclipse/Project/Clean..."
and
"Eclipse/Project/Refresh (F5)"
I often have to “rebuild” my workspace that contains few inter-dependent projects, and I am unsure which is the best way to make a clean start?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As mentioned here
Refreshanalyses the source-files to check if any changes were made from outside Eclipse, and if so, compiles files that were changed.Cleanon the other hand removes all compiled classes and forces recompilation of the whole project (or workspace).