微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

致命错误:找不到对象标量

我刚在osx上通过macports安装了 scala

sudo port安装scala28

我创建了一个名为test.scala的简单脚本

println("hello world")

当我经过它

scala test.scala

我收到以下错误

scala test.scala 
error: Fatal error: object scala not found.
one error found

有任何想法吗?

**更新**
从REPL运行会产生正确的结果,但仍然无法直接使用“scala”

Welcome to Scala version 2.8.1.final (Java HotSpot(TM) 64-Bit Server VM,Java 1.6.0_24).
Type in expressions to have them evaluated.
Type :help for more information.

scala> :load ./test.scala
Loading ./test.scala...
hi there sir

scala>

**更新最终**

当我做ps -ef | grep scala
我有几个scala编译服务器正在运行,当我关闭它们并重新运行我的脚本时,所有工作都在重新运行.一定是处于糟糕状态.

解决方法

似乎FSC处于不良状态,重新启动了FSC编译器

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐