How can I create a war file of my project in NetBeans?

后端 未结 10 2090
深忆病人
深忆病人 2020-12-04 17:39

How can I create a war file of my project in NetBeans?

10条回答
  •  自闭症患者
    2020-12-04 18:28

    As DPA says, the easiest way to generate a war file of your project is through the IDE. Open the Files tab from your left hand panel, right click on the build.xml file and tell it what type of ant target you want to run.

    NetBeans - Create a WAR file

提交回复
热议问题