“运行为” MyEclipse 中禁用选项
我已经将一个 groovy 项目导入到 eclipse 中的工作区中。 eclipse安装全部正确完成。我也没有发现任何错误。但奇怪的是,仅对于这个绝妙的项目,“运行方式”选项都被禁用。它不仅仅是“运行方式”选项,右键单击的所有选项都被禁用。有时我会收到一条错误消息“内部错误 - 无法计算启动”。请帮我 !!
I have imported a groovy project onto my workspace in eclipse. The eclipse installation is all done correctly. I do not find any errors as well. But strangely the "Run as" options are all disabled for this groovy project alone. It is not just the "Run as" option, all the options on right click are disabled. Once in a while I get an error saying "Internal error - Unable to compute launch". Please help me !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
单击要执行的类,单击“运行为”,单击“运行配置”,现在转到“Java 应用程序”,单击“新建”并搜索该类。
Click on the class to execute, click "Run as" click on Run configuration, now go to Java Application, click on new and search the class.
感谢您的回答!我的问题是包声明。我的项目中有太多类,每个类都没有正确的包名称。奇怪的是,myeclipse 在这种情况下显示了这个错误!
Thanks for the answer! My problem was with package statements. There are too many classes in my project each of them not having a proper package name. Strangely, myeclipse showed this bug in such a scenario!!