myeclipse编译弹框:The builder launch configuration could not be found
Posted 夏天的尾巴%
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
解决办法如下:
1. Package Explorer 视图下选中项目名
2. Eclipse 工具栏中选择 Project -> Properties
3. 弹出的 Properties 对话框中,点击 Builders
4. 将缺失的 builder 移除掉 -> 点击 OK 按钮
还有进阶版的解决:http://blog.csdn.net/defonds/article/details/26371069
以上是关于myeclipse编译弹框:The builder launch configuration could not be found的主要内容,如果未能解决你的问题,请参考以下文章
MyEclipse运行Java出错:could not find the main class:test.program will exit(导入项目)