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 オブジェクトをコンパイルするのを忘れていました。しかし、そのオブジェクトをコンパイルした後でも、scala インタープリターはオブジェクトがパッケージのメンバーではないと文句を言いました!
クラスパスが正しいと仮定すると...
これは、scalac コンパイル サーバーのバグが原因です。で終わるコマンドラインを使用して、すべてのプロセス (複数ある場合があります) を強制終了する必要がありますscala.tools.nsc.CompileServer。
scala.tools.nsc.CompileServer