Eclipse Deployment Assembly does not appear in properties

后端 未结 5 2232
醉梦人生
醉梦人生 2020-12-14 01:56

In a new project of mine I cannot see the Deployment Assembly link in the project properties. It is There in my other projects which are configured in the same way (as far a

5条回答
  •  死守一世寂寞
    2020-12-14 02:26

    Solved this with two simple steps

    1. right click on the project > Build path > configure build path > Project facets then make sure you have the Dynamic Web Module checked

    2. right click on the project > run as > run on server

    then you could see the error is gone by going back to

    Build path > configure build path > Deployment ssembly

提交回复
热议问题