That error means that either the gwt_gears.jar is not on your classpath, or your module .gwt.xml does not contain the proper inherits:
<inherits name="com.google.gwt.gears.Offline" /> Feel free to ask for help on the Google-Web-Toolkit group for more GWT specific questions. On Apr 12, 2:51 pm, MMM <[email protected]> wrote: > Hi everyone > > I'm trying to do this Gears Offline Tutorial (http://code.google.com/ > docreader/#p=gwt-google-apis&s=gwt-google- > apis&t=GearsGettingStartedOffline) but when I compile or run the > project, the compiler rise this error: > > No source code is available for type > com.google.gwt.gears.offline.client.Offline; did you forget to inherit > a required module? > > does anybody know what I'm doing wrong? > > thanks
