I think just just need to make sure that gwt-maps.jar is on the classpath for the project. If you created a Web Application type of launch config, it should be picked up appropriately.
On Thu, Nov 12, 2009 at 12:27 PM, Brady <[email protected]> wrote: > I am using the google plugin for eclipse. The getting started page > that you referenced, itself references the GWT startup instructions > for GWT 1.5. The projectCreator and applicationCreator utilities seem > to be no longer a part of the newer versions. What steps should > replace the ones that reference those scripts? > > > On Nov 12, 7:26 am, Eric Ayers <[email protected]> wrote: > > Official getting started page: > > > > http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis... > > > > If you are not using the Google Plugin for eclipse, you may have to > > carefully setup your run configuration. > > > > > > > > On Tue, Nov 10, 2009 at 4:05 PM, Brady <[email protected]> wrote: > > > I've been trying to build a simple GWT app using GWT-maps.jar, like > > > the one at: > > >http://gwttutorials.com/2009/07/28/setting-up-google-maps-with-gwt/ > > > > > Despite following the instructions, I still get error messages like > > > this one: > > > No source code is available for type > > > com.google.gwt.maps.client.geom.LatLng; did you forget to inherit a > > > required module? > > > > > I cannot find anything wrong with my application.gwt.xml file, which > > > includes the following lines: > > > > > <inherits name='com.google.gwt.maps.GoogleMaps'/> > > > <script src=' > > >http://maps.google.com/maps?gwt=1&file=api&v=2'/ > > > > > I have also made sure that the gwt-maps.jar is on my build path. > > > > > I would appreciate any guidance about where to look for problems. > > > Thanks. > > > > > -- > > > > > You received this message because you are subscribed to the Google > Groups > > > "Google Web Toolkit" group. > > > To post to this group, send email to > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-web-toolkit%[email protected]> > <google-web-toolkit%[email protected]<google-web-toolkit%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=. > > > > -- > > Eric Z. Ayers > > Google Web Toolkit, Atlanta, GA USA > > -- > > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=. > > > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
