你如何在 IDEA 中使用外部 Scala 编译器?我似乎随机出现错误说“scala:无法连接到 localhost/127.0.0.1:3200 的编译服务器”
有时它会起作用。有时它不会。我找不到模式。
这是我在日志中的内容
9:20:58 PM Auto make completed with errors
9:21:09 PM Using a new (SBT-based) Scala compiler.
In case of any compilation problems you may enable the previous (internal) compiler by clearing:
Project Settings / Compiler / Use external build
9:21:10 PM Scala compile server
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
9:21:12 PM Compilation completed with 1 error and 0 warnings in 3 sec
我在用着
- 想法 12.1 (129.161)
- Scala 编译器 2.10.1
- Scala 插件 0.7.213
- JDK 1.7
- Windows 7的
在 Project Settings / Compiler / Use external build 中选中。在 IDE Settings / Scala / Run compile server 中被选中。
我需要手动启动编译器服务器吗?还要别的吗 ?
UPD:对我来说看起来像错误。我发布了 JIRA 票http://youtrack.jetbrains.com/issue/SCL-5523