tags:

views:

25

answers:

2

hi i created web application project.In that i created and run successfully,but it shows one message alert.ie GWT Module need to BE (re)compiled message displayed.How to solve this error(warning).

+1  A: 

"GWT Module need to BE (re)compiled" - that means, you should call the app with the gwt.codesvr parameter, for example:

http://localhost:8080/MyProject/index.html?gwt.codesvr=172.16.0.43:9997

cupakob
A: 

This message must be coming If you are running GWT in Development mode? check if you have installed the GWT browser plugin properly, check if there are any errors shown in the development mode tab(in eclipse).

Webbisshh