java - GWT - server side - how to add external lib right to war file with eclipse -
i have tried add external jar eclipse project , works in "run -> gwt application" mode only. when deploy tomcat external jar missing in exported war file :( please tell me how can add external lib gwt project have added automatically exported war file (servlets use it)?
any useful comments appreciated
add file war/web-inf/lib folder. can drag file folder. add file build path right clicking on project -> properties -> build path -> libraries tab.
Comments
Post a Comment