Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用的是WAS 8,在部署文件夹中,我只需要获取x.war-> web-inf-> lib下的依赖java jar项目,.
这可以在 RAD 中使用 j2ee 模块依赖项-> Web 库选项卡轻松完成。如何在 Myeclipse 中做到这一点?
我禁用了部署程序集映射并在 Myeclipse 中尝试了许多选项,但似乎都具有相同的结果..
Eclipse indigo 一些如何在 x.war-> web-inf-> lib 下部署依赖的 java jar 项目。
请帮忙。
依赖项目以项目属性(或工作区首选项)中指定的方式进行部署。选择项目,右键单击然后转到 Properties->MyEclipse->Web 并选择 Deployment 选项卡。您可以在此处指定如何部署依赖项目以及如何部署从依赖项目中导出的 jar,等等。