20
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Eclipseが起動しなくなった時の対処法

Last updated at Posted at 2015-08-04

対処法①eclipseのクリーンアップ

  • Macの場合
    コマンドで一発!
    $ /Applications/eclipse/eclipse -clean
  • Windowの場合
    コマンドプロンプトを開いて
    eclipse.exe -clean
    ぶっちゃけこれで開く可能性が高い(らしい)です。僕は開きませんでしたが。

対処法②snapファイルの削除

一時ファイルと呼ばれる「snap」ファイルが壊れているせいでeclipseが開けなくなるといったことがあるようです。
この場合「snap」ファイルを削除すればよいとのことでしたので
削除しました。
rm 自分が使用しているワークスペース/.metadata/.plugins/org.eclipse.core.resources/.snap
僕はsnapファイルを削除することで、開くことができました!

結果

とりあえず僕は対処法①②をすることでeclipseを開くことができました。
ググると他にもたくさんの方法があるようなので、あくまで一例として参考になればと思います。

20
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
20
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?