I installed eclipse from ubuntu software and java in terminal with:
sudo apt-get install default-jdk
I could not add maven from eclipse until I did not run eclipse with root. I can convert project to maven now but this is what I get when I do:
Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor or that the editor's class name was mistyped in plugin.xml.
Things I did:
- delete workspace and create a new one - still the same,
- start eclipse with -clean - still the same,
- install some other m2e plugins - telling me I have the latest version
- uninstall eclipse and install it from terminal - still the same.
My Eclipse version is 3.8.1