Using the file myApplication-shell.cmd to launch it, the application
doesn't work, giving me the following error
[ERROR] Unable to find 'com/mapitz/gwt/googleMaps/GoogleMaps.gwt.xml'
on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
I don't understand. I added this line
<inherits name='com.mapitz.gwt.googleMaps.GoogleMaps'/>
to my xml file and I added the script
<script src="http://maps.google.com/maps?file=api&v=2.x&key=ABCDEF"
type="text/javascript"></script>
to the html file, with the right key.
Any help is appreciated
Giuseppe
Giuseppe