Unable to find Deployment assembly Eclipse Juno

六眼飞鱼酱① 提交于 2019-12-11 02:29:36

问题


I am trying to set up "Web Deployment Assembly in project properties".

I want to add "jtds-1.3.0.jar" to the project. But I cannot find "Deployment Assembly" option under properties of the project.

Please suggest me how to do that.


回答1:


That means that either:

  • Your Eclipse distribution doesn't contain WTP (which Eclipse distribution did you download? make sure you downloaded a distribution that includes WTP, such as "Eclipse for JavaEE developers").
  • Your project isn't defined as a Dynamic Web Project. Check the Project Facets; if you don't see "Dynamic Web Module" there, then that would explain your problem. You will most likely have to recreate your project.


来源:https://stackoverflow.com/questions/13971331/unable-to-find-deployment-assembly-eclipse-juno

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