create a .war file from gwt-project

前端 未结 8 1645
渐次进展
渐次进展 2020-12-14 16:11

How do I create a .war-file from my gwt-project in eclipse?

8条回答
  •  一向
    一向 (楼主)
    2020-12-14 17:09

    You have to have GWT designer installed from here

    http://dl.google.com/eclipse/inst/d2gwt/latest/3.7

    1. In Eclipse on the main panel click on "Deploy module on aplication server" (It's next to blue google button).
    2. Chose war file name and location where to store it
    3. Click ok

    That's it. Works on my GWT 2.4.0, Google Plugin for Eclipse 4.2, Eclipse Juno

提交回复
热议问题