Eclipse editor won't open

前端 未结 14 2126
孤街浪徒
孤街浪徒 2021-01-31 03:12

My Eclipse cannot show the editor window.

Error:

Could not open the editor: The editor class could not be instantiated. This

14条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-31 03:37

    I tried a couple of options

    1. delete cache files within .plugins
    2. delete all index files in /.metadata/.plugins/org.eclipse.jdt.core
    3. delete snap file in /.metadata/.plugins/org.eclipse.core.resources/.snap
    4. -clean as a start up parameter
    5. -initialize as a start up parameter

    But I keep getting the error back randomly.

    So far, the only option that worked consistently is removing the .snap file, the first time we launch eclipse after removing .snap file it works fine.

    Also any time we launch it in a new workspace; it works fine. but we would hate to switch the workspace for this reason.

    Moreover if we close and relaunch eclipse the issue comes back randomly.

提交回复
热议问题