GWT: Using External Jar

前端 未结 2 1852
半阙折子戏
半阙折子戏 2021-01-15 05:03

I am trying to figure out how to use external jar in GWT project.
I referred http://www.vogella.com/articles/GWTModules/article.html and it worked perfectly.
But the

2条回答
  •  执念已碎
    2021-01-15 05:42

    If you want to use external jar and use that jar classes in your client side. you have to inherit module package entry in client gwt module.gwt.xml

    Just example a. com.test.Module2.xml so you have do entry like

    
    

提交回复
热议问题