无法找到部署程序集 Eclipse Juno
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13971331/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 19:39:28 来源:igfitidea点击:
Unable to find Deployment assembly Eclipse Juno
提问by Patan
I am trying to set up "Web Deployment Assembly in project properties".
我正在尝试设置“项目属性中的 Web 部署程序集”。
I want to add "jtds-1.3.0.jar" to the project. But I cannot find "Deployment Assembly" option under properties of the project.
我想在项目中添加“jtds-1.3.0.jar”。但是我在项目的属性下找不到“部署程序集”选项。
Please suggest me how to do that.
请建议我如何做到这一点。
回答by Isaac
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.
- 您的 Eclipse 发行版不包含 WTP(您下载了哪个 Eclipse 发行版?确保您下载了包含 WTP 的发行版,例如“Eclipse for JavaEE 开发人员”)。
- 您的项目未定义为动态 Web 项目。检查项目方面;如果您在那里没有看到“动态 Web 模块”,那么就可以解释您的问题。您很可能必须重新创建您的项目。