Yeah, you're right. I don't know how this happened, but I had duplicates of my gwt libs on the classpath.
Probably because I was importing the 1.6 jars individually, and the 1.7 was being imported as a User Library. Just removed the old ones and it worked. Thanks Chandel! On 31 jul, 14:54, Sumit Chandel <[email protected]> wrote: > Hi all, > Thanks for sharing Isaac and Hiroshi. > > For anyone else who is experiencing this issue, can you also make sure that > you don't have any previous GWT JARs on your hosted mode launch > configuration classpaths? If that doesn't fix the issue, please let us know > here. > > Cheers, > -Sumit Chandel > > On Fri, Jul 31, 2009 at 6:30 AM, Hiroshi YAMAMOTO > <[email protected]>wrote: > > > > > I had the same error as well. > > > Removing old user.jar(1.6.4) from the classpath worked for me. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
