Eclipse editor won't open

前端 未结 14 2125
孤街浪徒
孤街浪徒 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:50

    This is often a problem with temporary files saved by eclipse plugins. Check YOUR_WORKSPACE/.metadata/.plugins/org.eclipse.jdt.core/ There are a lot of index files. Sometimes it helps to delete them. Also start your eclipse with -clean.

    But i think your problem is slightly different. Did you have a reference to a library(jar-file) somewhere in your filesystem? If you deleted it or moved it, eclipse can't build your projects.

    You refreshed all your projects?

    Best regards Florian

提交回复
热议问题