-1

What does Project>Clean do in Eclipse? Sometimes I have to do this to remove the compile time errors from the screen and other times I have to do this to get my code running without runtime errors.

Trikaldarshiii
  • 11,174
  • 16
  • 67
  • 95
Saurabh Bhandari
  • 340
  • 3
  • 11

1 Answers1

0

It recompiles the project. Basically, it forces a rebuild.

aug13
  • 369
  • 4
  • 6