Gradle STS 拡張機能がインストールされた状態で Eclipse 3.7 (Indigo) を起動した後、Gradle STS 拡張機能がプロジェクトの gradle ビルド スクリプトを実行しようとすると、時々次のエラーが発生します。
Unable to start the daemon process. The exit value was: 1.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at http://gradle.org/docs/current/userguide/gradle_daemon.html
Please read below process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Could not fetch model of type 'EclipseProject' using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.0-bin.zip'.
そして、ここに私のシステム仕様があります:
- Windows 7 32 ビット
- Eclipse 3.7 32 ビット
- Java jdk1.7.0_07 32 ビット
これはこのプラグインの既知のバグですか? それを修正する方法について何か考えはありますか?