7

Eclipse でワークスペースを切り替えるたびに、次のエラーが表示されます。

「Java ツールの初期化」中に内部エラーが発生しました。クラスファイル org/eclipse/jdt/internal/compiler/ast/ASTNode でフィールド名と署名が重複しています

Eclipse を再起動すると、新しいワークスペースが正しく読み込まれます。これを修正する方法はありますか?

Windows 7 で Eclipse Kepler を使用しています

4

3 に答える 3

1

I had the same issue. After updating Gradle and anything else that I had installed in Eclipse, it still wouldn't work. For me it actually wouldn't be fixed by restarting Eclipse, as far as I could tell. I managed to fix it by downloading the latest release of Eclipse and extracting it over my current installation. Don't know if that'll work for you or not.

于 2014-04-14T18:01:07.130 に答える
1

projectlombok の最新バージョンをインストールします。

于 2014-03-28T22:07:12.060 に答える