当前位置: 代码迷 >> Eclipse >> Eclipse 报 "The builder launch configuration could not be found" 异常的解决方法
  详细解决方案

Eclipse 报 "The builder launch configuration could not be found" 异常的解决方法

热度:826   发布时间:2016-04-23 00:40:10.0
Eclipse 报 "The builder launch configuration could not be found" 错误的解决办法
        Eclipse 忽然报 "The builder launch configuration could not be found" 错误:
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://stackoverflow.com/questions/12836941/the-builder-launch-configuration-could-not-be-found。

  相关解决方案