I am trying to use GWT and I am very new to it. Following the doc, I tried to install the GWT plugin for Eclipse but then I have an error message :
Cannot c
I had the same issue, but I think it's because I was using eclipse Juno (the google documentation says to use indigo). The jetty project recently moved under the eclipse umbrella, and the jetty bundles (org.mortbay.jetty.server) were renamed (see http://www.eclipse.org/proposals/jetty/). Thus the 3.7 google plugins wouldn't be able to resolve dependencies correctly.