Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Scala 文件,我想在 Scala Shell 上运行它。我正在使用以下命令:
load somepath\myfile.scala
在那个控制台告诉我之后:
用法: :load -v 文件
为什么我的文件无法运行?
我不确定您究竟在哪里尝试运行加载命令,但如果您在 Scala REPL 中使用它,该命令实际上是“:load fileName ”。此外,如果您尝试从文件所在文件夹以外的任何位置加载文件,则需要使用完整的文件路径。
希望有效,康纳