4

私はEclipse 4.2ディストリビューションを使用しており、springsourceからgradle Eclipse統合プラグインをインストールしました。

最初にウィザードを使用してクイック Java プロジェクトを作成しようとすると、次のエラーが発生します。

Unable to start the daemon process.
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 C:\devtools\gradle-1.4\docs\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 'HierarchicalEclipseProject' using Gradle installation 'C:\devtools\gradle-1.4'.

gradle buildコマンドラインで実行すると、すべて問題ありません。

これを機能させる方法はありますか?

乾杯

4

1 に答える 1

5

コマンド ラインで gradle を正常に実行できるため、Eclipse プラグインでその gradle を使用してみることをお勧めします。

Preference -> Gradle -> Gradle Distribution -> Folder正常に動作する独自の gradle ディストリビューションに設定します。

于 2013-03-19T08:58:45.837 に答える