How to achieve that Eclipse clean and build (aka rebuild)?

血红的双手。 提交于 2019-11-28 05:14:37
Abhishek Singh

For Eclipse you can find the rebuild option under Project > Clean and then select the project you want to clean up... that's all.

This will build your project and create a new bin folder.

In Eclipse there is an "Auto Build" option, which is checked by default. When it is checked, you don't need to build your project, this happens automatically. If this behaviour is unwanted, uncheck this option and click build project whenever you want.

To clean a project, select Clean Project. This will delete the bin folder, however if Auto build is checked, it will be immediatelly regenerated.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!