0

この問題を手伝ってくれませんか。"Hello,world" のような単純なコードで scala ファイルを実行しようとすると、このようなエラーが発生します。

C:\Users\Ersain\Documents\NetBeansProjects\ScalaApplication4\nbproject\build-impl.xml:403: **The following error occurred while executing this line**:
C:\Users\Ersain\Documents\NetBeansProjects\ScalaApplication4\nbproject\build-impl.xml:236: Problem: **failed to create task or type scalac
Cause: The name is undefined.**

このパラメーターを使用してユーザー変数を作成しました:値-SCALA_HOME,システムC:\scala-2.9.1-1\bin; 変数にはユーザー変数のようなパラメーターがあります

に行くとTOOLS->SCALA PLATFORMS、このメッセージが表示されます

"Error: The specified folder does not contain a Scala platform.
If you want to specify a different folder for this platform, remove this platform and create a new one with exactly the same name pointing to the correct platform folder."
4

1 に答える 1

0

dirではなく に設定SCALA_HOMEしてみてください。C:\scala-2.9.1-1bin

于 2013-02-10T13:55:40.207 に答える