I have created a New Dynamic Project under Eclipse Kepler Version, where my JRE Version is set to 1.8.
Java compiler set to 1.8
After setting the JRE version to 1.8 got the below exception.
Java compiler level does not match the version of the installed Java project facet.
I have checked the Project facet set to 1.7. I changed it to 1.8 by changing in this file org.eclipse.wst.common.project.facet.core.xml
.
After changing version of java in the above file got another warning : implementation of version 1.8 of project facet java could not be found
I found one link which has the almost same issue but not able to solved my issue : Java compiler level does not match the version of the installed Java project facet
How to solved this issue?