Adding WTP nature to an Eclipse project

孤街浪徒 提交于 2019-12-10 17:17:01

问题


What is the best way to add a WTP nature to my existing project so that I can associate it with my server?


回答1:


If I understand the question:

  • Open the project's properties
  • Select Project Facets
  • Check Dynamic Web Module

The Project Facets view may contain a message like this:

This project is not configured to use project facets. Converting this project to faceted form will allow you to easily control the available technologies.

Convert to faceted form...

In this case, just click Convert to faceted form... and then you'll be able to check Dynamic Web Module.



来源:https://stackoverflow.com/questions/8568112/adding-wtp-nature-to-an-eclipse-project

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