Hi Lothar, First of all I apologize for the behavior it is my first time using any type of blog or forum. On the other hand what I am trying to achieve is to get route directions, travel time and route points from point A to point B.
Thank you, rsoto On Jan 5, 9:31 am, Lothar Kimmeringer <[email protected]> wrote: > rsoto schrieb: > > > Caused by: java.lang.UnsupportedOperationException: ERROR: GWT.create > > () is only usable in client code! It cannot be called, for example, > > from server code. > > public static void main(String args[]){ > > DirectionQueryOptions opts = new DirectionQueryOptions(); > > main is a method called from the console (i.e. "server"). You can't > call GWT.create in server-code so whatever you think you can achieve > by initializing DirectionQueryOptions on the server-side it will > never happen. > > The question is, what you want to achieve to be able to tell you, > what you might do differently. > > BTW: Instead of shouting and the excessive use of exclamation marks, > you might think of a more describing subject in the future. > > Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
