Purpose of the “Build Automatically” option in eclipse

前端 未结 7 2020
失恋的感觉
失恋的感觉 2020-12-05 06:31

What is the purpose of Build Automatically option in Eclipse (Project-->Build Automatically)? Mine will alwa

相关标签:
7条回答
  • 2020-12-05 07:10

    Yes, you still have to do a build - but it's done automatically when you save (not an external build like an Ant build, but the "internal" build). If you didn't want to build on save, you'd uncheck the box. Having it build automatically makes some people nervous, I believe.

    0 讨论(0)
提交回复
热议问题