Import WAR to Another Project In Netbeans

微笑、不失礼 提交于 2019-12-23 02:45:21

问题


I have create a web service application in netbeans and another web service client in netbeans which the web service client required to access some file from web service project.

I have tried to add project from web service to web service client but fail to add WAR.

How to achieve that?

Thanks


回答1:


Import WAR into another project by creating EAR project and composes all the necessary JAR.



来源:https://stackoverflow.com/questions/7281913/import-war-to-another-project-in-netbeans

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