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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -