Skip to content

Instantly share code, notes, and snippets.

@ponsuke0531
Created May 18, 2017 12:58
Show Gist options
  • Save ponsuke0531/c9374b8a50bf0b23f31258d97ac1c6d8 to your computer and use it in GitHub Desktop.
Save ponsuke0531/c9374b8a50bf0b23f31258d97ac1c6d8 to your computer and use it in GitHub Desktop.
Eclipseでプロジェクトをインポートしたら Could not save master table to file となってしまった時の対応方法 ref: http://qiita.com/ponsuke0531/items/76c06f0280832d5ba379
Could not save master table to file '{ワークスペースの場所}/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources'.
{ワークスペースの場所}/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources (No such file or directory)
$ open {ワークスペースの場所}/.metadata/.plugins/org.eclipse.core.resources/.safetable
The file {ワークスペースの場所}/.metadata/.plugins/org.eclipse.core.resources/.safetable does not exist.
$ mkdir {ワークスペースの場所}/.metadata/.plugins/org.eclipse.core.resources/.safetable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment