Viplove
Viplove

Reputation: 83

Difference between server clean and project clean

In eclipse there are two options to available to clean. Whats the difference between them, i.e, Project -> Clean and Servers -> Clean ?

Upvotes: 4

Views: 3161

Answers (1)

kostja
kostja

Reputation: 61538

The first option removes the build results of a project - generated classes, binaries etc. The second option removes the current deployments form a server.

Upvotes: 4

Related Questions