GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-24 Thread nmadzharov
Hello, I ve been trying to learn GWT and Google Maps API, however, when I follow the official online tutorial I end up with this error: [ERROR] Unable to load module entry point class com.example.google.gwt.mapstutorial.client.SimpleMaps (see associated exception for details) java.lang.RuntimeE

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-24 Thread Eric Ayers
This problem is a symptom of the http://maps.google.com/maps? gwt=1&file=api&v=2&key=...

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread nmadzharov
Thanks for your reply. Firebug does not fire any errors. I have moved the

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread Gary1975
I am also sufferring from this problem. My code was working perfectly well yesterday morning but then at around lunchtime it just stopped and the crash isn't anywhere in the code that I was modifying. Today I have tried going back to a backup of my source that was working on monday night and this

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread Gary1975
Hi, I have just discovered what the problem is after wasting about 8 hours looking into it. The API version in your script tag that contains the key will refer to v2 of the API. Until yesterday at about 12:30pm this mapped to v2.148 of the api. But it was then changed to map to v2.150 of the api

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread nmadzharov
you must be kidding me lol! ill check it straight away and let you know --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread nmadzharov
nope :( changing the version in the script tag didnt make any difference :( I ll try to create a new project but it doesnt sound plausible to make a difference then though. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread nmadzharov
i dont understand how it does cimpile the project successgully, i.e. it finds that module and validates it and then it says it can't load it. My code and everything has been built according to the tutorial 1. [ERROR] Unable to load module entry point class com.example.google.gwt.mapstutorial.cli

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread Gary1975
That is the exact error that I was seeing and the changing the script tag to

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread nmadzharov
ive tried it a thousand times :( and it still doesnt work could i ask you to email me a basic working project in zip so i can try launching it here. thanks in advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread Eric Ayers
I just went through the tutorial from scratch this morning and got the SimpleMaps project working. I added a call to Maps.getVersion() which reported version 2.150c You could try backing the Maps version down as far as v=2.118 and see if that works. On Wed, Mar 25, 2009 at 12:10 PM, nmadzharov w

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-04-09 Thread nmadzharov
hi ,im on the project once again. now im using the new gwt 1.6. I have done the following: I have placed gwt-maps in \war\WEB-INF\lib Then i have done Build Path-> Add Jar : gwt-maps.jar .. Now when I start the project it gives me the same error as before. What am I doing wrong ? Kind regards

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-04-09 Thread nmadzharov
Hi, im on the project again! I am using the new gwt 1.6 with google maps. I have done the gwt tutorial successfully, THen I have modified the xml and html files as usual and : - I have placed the gwt-maps conents into ExampleWebApp\war\WEB-INF \lib - I have done Buidl Path -> Add JARs : gwt-map

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-04-09 Thread Eric Ayers
Are you sure you can reach the Maps API site? Put this URL in your web browser: http://maps.google.com/maps?file=api&v=2 You should get back a hunk of javascript On Thu, Apr 9, 2009 at 4:10 PM, nmadzharov wrote: > > hi ,im on the project once again. > > now im using the new gwt 1.6. > > I ha

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-04-09 Thread nmadzharov
Yes, I reach it. var G_INCOMPAT = false;function GScript(src) {document.write('<' + 'script src="' + src + '"' +' type="text/javascript"><' + '/script>');} function GBrowserIsCompatible() {if (G_INCOMPAT) return false;return .. --~--~-~--~~~---~--~~ You

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-04-09 Thread Eric Ayers
You need to go back to firebug and look at the network view and make sure the URL is loading when you run your app. The error you have sent indicates that it is not. On Thu, Apr 9, 2009 at 4:24 PM, nmadzharov wrote: > > Yes, I reach it. > > var G_INCOMPAT = false;function GScript(src) {documen

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-04-09 Thread nmadzharov
1. http://code.google.com/eclipse/docs/creating_new_webapp.html - It works fine 2. I unzip gwt-maps-1.0.3.tar.gz into C:\Documents and Settings\nmadzharov\Desktop\TSPGoogleMaps\workspace \ExampleWebApp\war\WEB-INF\lib 3.Build Path -> Libraries -> Jars: gwt-maps.jar 4. I modify all the files as the

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-04-09 Thread nmadzharov
:( project now works when browsed in FireFox it does not when I run it in hosted mode google browser --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-04-09 Thread Eric Ayers
If you are working on Windows, any Internet Explorer settings you have will also affect the hosted mode browser, as it simply imbeds IE. Does your project work in Internet Explorer? maybe it has to do with proxy or security settings? On Thu, Apr 9, 2009 at 4:53 PM, nmadzharov wrote: > > :( > >

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-04-10 Thread nmadzharov
Oh I see, my IE is not working properly anyway, so that must be the reason. Thanks very much for the help. I have one more question. I have two markers on the map, respectively I have lat and long coordinates for both and I want to have the route (actual travel) distance between them. What is th

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-04-10 Thread Eric Ayers
Use the Directions class or Polyline class if you don't want to follow roads. On Fri, Apr 10, 2009 at 6:00 AM, nmadzharov wrote: > > Oh I see, > > my IE is not working properly anyway, so that must be the reason. > Thanks very much for the help. > > I have one more question. I have two markers o

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-08-18 Thread Marcin Zawadzki
hey Eric - your solution for IE proxy setting was very helpfull :) I was truggling with the same issue againts gwt 1.7.0. Was working in FF but not in IE or hosted mode. Thanks again. On Fri, Apr 10, 2009 at 4:16 PM, Eric Ayers wrote: > Use the Directions class or Polyline class if you don't wan