How to resolve an IncompatibleRemoteServiceException in GWT?

后端 未结 3 1685
無奈伤痛
無奈伤痛 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 17:44

    I initialized the GWT project using Maven (https://gwt-maven-plugin.github.io/gwt-maven-plugin/). After rebuilding the Maven project the problem is gone. Apparently there were some stale files causing conflicts.

提交回复
热议问题