Eclipse: unable to open editor: no 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 EclipseOpen “Terminal”Type the following command:
e.g.:
mv ~/.eclipse somewhereYouWant
When I got this problem, I just:
mv ~/.eclipse home/paladini/Downloads