Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find target runtime in maven project

I'm using Eclipse Java EE IDE (Juno).

When I right click my project then click Properties I Can't find target runtime.

What I want to do is to connect my project with Tomcat.

I have other Maven project where I have target runtime, see below:

enter image description here  

Any idea how to solve this?

== Update (solution): ==============================

Maven project is not a Java EE project

like image 588
user80042 Avatar asked Oct 05 '22 19:10

user80042


1 Answers

Do you have project facets enabled ?

like image 143
Gab Avatar answered Oct 13 '22 11:10

Gab