Mac Yosemite 上的 Intellij IDEA 14(JDK 8)编译项目太长

Intellij IDEA 14(with JDK 8) on Mac Yosemite compiles project too long

在我将 Mac 更新为 Yosemite 之后,IntelliJ IDEA 14 开始编译项目的时间过长。我尝试在 Net Beans 中用 JDK 8 编译一个简单的项目并且它运行得很快,但是在 IDEA 中一个简单的一行项目编译 20 分钟。它挂在 "Parsing java..."。这是编译完成后事件日志中的消息:

2:30:29 PM Compilation completed successfully with 2 warnings in 21m 39s 822ms
2:30:47 PM All files are up-to-date

我再次尝试重新安装Yosemite,格式化驱动器,重新安装所有软件,有一段时间它工作正常,但后来我在 App Store 中安装了更新,这个问题又发生了。而且我在互联网上找不到任何类似的问题。

在 Windows PC 上,此项目编译时间不到一分钟。

当我在 Java 编译器设置中选择 Eclipse 编译器时,它帮助了我。也许不是最好的解决方案,但至少现在可以了。