I\'ve created a new GWT project through the Eclipse plugin - and just trying to call this server side function. I deleted the initial \"greet\" function which was created wi
I had the same problem, I eventually fixed it by deleting the contents of WEB-INF\classes as it was caching up some old stuff in there.
Obviously also try clearing down C:\Users...\AppData\Local\Temp as that is a common GWT problem..