Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display eclipse project type

Tags:

java

eclipse

ide

In Eclipse IDE there are icons to display the project type, but I can't find a text description. I would expect right click -> properties to show this info but according to this all projects are of type "project" (even if they are a java project, or maven project etc.)

Does anyone know?

Thanks!

like image 743
Jon Avatar asked Nov 02 '22 21:11

Jon


1 Answers

According to this, you won't find the text description in Eclipse GUI.

One way is to go to the root folder of your project, open the file named .project and check the elements in the tag <natures></natures>.

But don't worry about that, these icons are often explicit.

like image 153
Alexis C. Avatar answered Nov 09 '22 11:11

Alexis C.