Scala REPL 崩溃

Scala REPL 崩溃

scalac我在两台电脑上试过 Scala。它在 Windows Professional 64 位操作系统上运行良好,但在 Windows Professional 32 位操作系统上直接从命令行运行时REPL 会严重崩溃。

我已经尝试了 2.9 和 2.10 版本,它们都返回以下错误:

C:\>scala
Welcome to Scala version 2.10.0-M6 (Java HotSpot(TM) Client VM, Java 1.7.0_05).
Type in expressions to have them evaluated.
Type :help for more information.

scala> val x : Int = 1

Failed to initialize the REPL due to an unexpected error.
This is a bug, please, report it along with the error diagnostics printed below.
java.util.concurrent.ExecutionException: java.util.regex.PatternSyntaxException: Unknown character property name {r} near index 5
^C:\Program Files\Java\includes\.*.jar$

接下来是大约 100 行相关错误,这些错误都归类在第一个错误下。我不确定该怎么做。也许更有趣的是,当我从 Netbeans 运行它时,它似乎运行良好。

我已经安装了最新版本的 JDK (7u5),如果这有什么不同的话。

答案1

似乎没人能回答这个问题,@Sathya 建议我将其报告为错误。您可以找到报告链接在这里如果你感兴趣的话。我很想知道是否有人可以重现这种情况。

相关内容