gwt and javascript files

前端 未结 1 999
夕颜
夕颜 2020-12-06 01:42

In my Google web toolkit application, my gwt.xml file includes the following line in the module:


...
  

        
相关标签:
1条回答
  • 2020-12-06 02:05

    Put it in a public folder. A public folder is a folder placed next to a client folder in the same package where your gwt.xml file is located. See also http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideModules

    0 讨论(0)
提交回复
热议问题