Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Project facet Java version 1.7 is not supported

When i update my java I found the issue "Project facet Java version 1.7 is not supported" To resolve this issue follow the steps.

  1. Go to Ecllipse , right click on your project folder
  2. select the properties
  3. now select Project Facets ,here you will see java, click on the version and change the higher version to lower or as per your requirement .

enter image description here

like image 257
Imran khan Avatar asked Nov 07 '13 09:11

Imran khan


People also ask

How do I fix Java version mismatch in eclipse?

Step 1: Uninstall your current version of Java. Step 2: Install a compatible version of Java. Compatible versions include: 1.8. 0.162, 1.8.

How do I change the Java version on a project?

If you want to change any jdk version of A specific project than you have to click ---> Project --> JRE System Library --> Properties ---> Inside Classpath Container (JRE System Library) change the Execution Environment to which ever version you want e.g. 1.7 or 1.8.

What is Java project facets?

Facets define characteristics and requirements for Java™ EE projects and are used as part of the runtime configuration. When you add a facet to a project, that project is configured to perform a certain task, fulfill certain requirements, or have certain characteristics.


1 Answers

You need to check what type of JRE is there installed in your IDE,

JRE

like image 141
learner Avatar answered Oct 17 '22 05:10

learner