Search This Blog

Showing posts with label Project facet Java version is not supported. Show all posts
Showing posts with label Project facet Java version is not supported. Show all posts

Wednesday, August 21, 2019

Solved : Project facet Java version 1.5 is not supported

Recently i was setting maven project in Eclipse for web application and prompted with an error while deploying the application on embedded Tomcat server

Project facet Java version 1.5 is not supported

To fix the issue, followed steps as below :

  Right Click on Project -- > Click on Properties -- > Open Project Facet  --> Change JAVA version to appropriate one --> Apply and Close the window.

Hope it should fix the problem .

Cheers,
Kapil




Popular Posts