Import WAR to Another Project In Netbeans
问题 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