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