Hi,
i am developing a webapp, eclipse IDE, Tomcat container: What does the "clean" operation really does==> Project > celan... > select the projects to be cleaned. > ok
No.
Eclipse's clean option only cleans/removes all your .class files that are avialable in your classes directory of the eclipse project and rebuilds (i.e., re-compiles) all your java files from the scratch.
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.