在 eclipse 中运行 scala 的配置
嗨,我必须运行一个 scala 程序。我收到错误主类未找到。然后我打开首选项并在 scala 应用程序中。主类列未指定主类。你能告诉我我必须在该栏中填写什么才能运行我的程序吗?请帮助我。提前致谢
hi i have to run a scala programme. i got the error Main class not found.then i open preferences and in scala application. main class column no main class specified . can u please tell me what must i have to fill in that colummn to run my programme.please help me.thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能提供任何额外信息吗?
我刚刚创建了一个 Scala 项目,右键单击“新建 Scala 项目”。保留所有默认值。创建了以下对象
在 Package Explorer 中右键单击该文件并选择
“Run As”
->“Scala 应用程序”
我正在使用 Eclipse
版本:3.5.2
内部版本号:M20100211-1343
插件版本 1.0.0.201011220809
检查您处于 Scala 视角而不是 Java 中。
Can you provide any extra information?
I've just created a Scala project, right click new Scala Project. Keep all defaults. Created the following object
Right click on the file in the Package Explorer and select
"Run As"
->"Scala Application"
I'm using Eclipse
Version: 3.5.2
Build id: M20100211-1343
Plugin version 1.0.0.201011220809
Check you are in the Scala Perspective and not Java.