Eclipse:无法打开编辑器:没有id org.eclipse.jdt.ui.CompilationUnitEditor的编辑器描述符(Eclipse: Could not open the editor: No editor descriptor for id org.eclipse.jdt.ui.CompilationUnitEditor)
As you can see here, a workaround for your problem is just move the "~/.eclipse" to another folder.
So:
- Close Eclipse
- Open "Terminal"
- Type the following command:
e.g.:
mv ~/.eclipse somewhereYouWant
When I got this problem, I just:
mv ~/.eclipse home/paladini/Downloads