How to display eclipse project type

允我心安 提交于 2019-12-10 15:33:38

问题


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!


回答1:


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.



来源:https://stackoverflow.com/questions/16675093/how-to-display-eclipse-project-type

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!