How to resolve an IncompatibleRemoteServiceException in GWT?

后端 未结 3 1659
無奈伤痛
無奈伤痛 2021-01-20 17:12

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

3条回答
  •  爱一瞬间的悲伤
    2021-01-20 18:06

    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..

提交回复
热议问题