java - How to display eclipse project type -


in eclipse ide there icons display project type, can't find text description. expect right click -> properties show info according projects of type "project" (even if java project, or maven project etc.)

does know?

thanks!

according this, won't find text description in eclipse gui.

one way go root folder of project, open file named .project , check elements in tag <natures></natures>.

but don't worry that, these icons explicit.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -