Where does Eclipse save the list of files to open on startup?

后端 未结 1 1087
梦谈多话
梦谈多话 2020-12-24 11:58

Question: where does Eclipse store the list of files it opens on startup?

Background: Having installed a plugin into Eclipse which promptly crashed

相关标签:
1条回答
  • 2020-12-24 12:45

    In your workspace the following file contains your workbench information:

    .metadata/.plugins/org.eclipse.ui.workbench/workbench.xml
    

    It is possible to delete it (or edit it but that requires some fiddling around I suppose) without breaking your workspace, the file gets regenerated by Eclipse. When you delete it all workbench related settings are lost (ie all editors are closed), but your projects of that workspace stay intact.

    Edit: in Eclipse 4.2 the file is

    .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
    
    0 讨论(0)
提交回复
热议问题