myeclipse编译弹框:The builder launch configuration could not be found

myEclipse 每次编译时报 "The builder launch configuration could not be found" 的弹框:不影响项目编译启动,但是弹框挺烦人,从网上看到解决方法:出处:http://blog.csdn.net/defonds/article/details/26340561
The builder launch configuration could not be found
        解决办法如下:
        1. Package Explorer 视图下选中项目名
Select the right project
        2. Eclipse 工具栏中选择 Project -> Properties
Choose project on the tool bar
        3. 弹出的 Properties 对话框中,点击 Builders 
Click Builders

        4. 将缺失的 builder 移除掉 -> 点击 OK 按钮

Remove the missing builders

还有进阶版的解决:http://blog.csdn.net/defonds/article/details/26371069

原文地址:https://www.cnblogs.com/mySummer/p/7122975.html