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

时间:2011-03-22 17:35:24

标签: scala

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

sudo port install 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编译服务器正在运行,当我关闭它们并重新运行我的脚本时,所有工作都在重新运行。一定是处于糟糕状态。

1 个答案:

答案 0 :(得分:7)

似乎是FSC状态不佳,重新启动了FSC编译器