您的位置:首页 > 编程语言 > Java开发

Eclipse 报 "The builder launch configuration could not be found" 错误的解决办法

2015-11-11 11:43 761 查看
/article/2585820.html

Eclipse 忽然报 "The builder launch configuration could not be found" 错误:



解决办法如下:
1. Package Explorer 视图下选中项目名



2. Eclipse 工具栏中选择 Project -> Properties



3. 弹出的 Properties 对话框中,点击 Builders



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



原文链接:http://stackoverflow.com/questions/12836941/the-builder-launch-configuration-could-not-be-found
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: