1. ホーム
  2. Eclipse

eclipseの起動エラーについて、エラーが発生しました。ログファイルをご覧ください。

2022-02-24 03:22:51

Webでいろいろ検索してみると、Eclipseが動かなくなったり、強制終了した後が原因であることを知りました

解決策1を提供する。

ログファイルを見て、次のようなメッセージを見つけてください。

 ワークスペースをリフレッシュして変更を回復してください。 

解決方法

削除する ... \.metadata.pluginsorg.eclipse.core.resources*.snap this file, restart Eclipse, success.

方法2(私の問題は無事解決しました)。

ログファイルを見てみると、こんなエラーメッセージが。

!MESSAGE FrameworkEvent ERROR

解決方法:cmdコマンドでeclipseに入り、eclipse.exe -cleanコマンドを実行すると自動的にソフトウェアを開き、正常に起動します。

方法3(Baidu knowより)。

Is not the eclipse version is too new caused, I also had such a problem after the update, the
Solution.
1, open the eclipse.ini file under the eclipse installation directory.
2, open the text file at the end to add a line
--add-modules=ALL-SYSTEM
3, save and reopen Eclipse.


Solution.
1, open the eclipse.ini file in the eclipse installation directory.
2, open the last line of the text file to add
--add-modules=ALL-SYSTEM
3, save and reopen Eclipse.


Solution.
1, open the eclipse.ini file in the eclipse installation directory.
2, open the last line of the text file to add
--add-modules=ALL-SYSTEM
3, save and reopen Eclipse.

方法4

1. eclipse workspace D:\eclipse.metadata.pluginsorg.eclipse.core.resources を開き、.projects ファイルを探します。

2. .projectsファイルを開き、そのディレクトリのプロジェクトから.markers.snapと.syncinfo.snapファイルを削除します。

3. eclipseを再度起動して完了です。

方法5.

eclipseconfiguration.settingsorg.eclipse.ui.ide.prefs を開いてください。

等号の後のRECENT_WORKSPACESを削除する