在某个目录(如:F:\)下新建一个文本文件,命名为:hello.scala
其内容为:
println("Hello World!")
那么这个时候该怎么运行这个脚本文件呢?
通过Windows的命令行窗口进入到Scala的安装目录下的bin目录下
输入“scala F:\hello.scala”,然后回车即可正确运行
请参考此文:
scala在cmd模式下执行文件报<console>:1: error: ‘;‘ expected but ‘.‘ found. scalac C:\hello.scala 错误
http://blog.csdn.net/wangmuming/article/details/34871137
时间: 2024-10-10 03:05:30