I’m trying to install and use MyEclipse 2014 on Macos Mavericks, with JDK 1.7 on maven projects. The maven compiler plugin level is set to 1.7, as is the Execution environment, and compiler compliance level, but I get this error:
Java compiler level does not match the version of the installed Java project facet
When I go to Project Properties->MyeEclipse->ProjectFacets I can see that the Java facet version is set to 1.6, and there is no way to change it.
How do I resole this issue??
Thanks in advance,