Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
当其中一个库(特别是 Lift)依赖于 Scala 2.7.7(不是 Scala 2.8)时,我在 Netbeans IDE 中看到了类似的行为。当 scala-lang 库 2.7.7 位于类路径上时,这在某种程度上破坏了 Netbeans 中的 Scala 支持。
因此,请检查您的 PATH 系统变量和类路径。
I've seen similar behavior in Netbeans IDE, when one of the libraries (Lift in particular) was depending on Scala 2.7.7 (not Scala 2.8). When scala-lang library 2.7.7 was on a class-path, that was somehow breaking the Scala support in Netbeans at all.
So check your PATH system variable, and the classpath.