Do you have gwt-user on your classpath when you compile?  The GWT compiler
needs the source files on the class path, because it actually needs to
compile the code into javascript.  .class files are insufficient (don't
preserve enough of the structure of the program I imagine).  Also, maybe you
have a corrupt gwt-user?  Try redownloading it again.

On Sat, Apr 25, 2009 at 3:58 PM, ceeed <[email protected]> wrote:

>
> Hi,
> With GWT 1.6.4, I am getting the following error.
>
> [ERROR] Line 80: No source code is available for type
> com.google.gwt.json.client.JSONValue; did you forget to inherit a
> required module?
> [ERROR] Line 80: No source code is available for type
> com.google.gwt.json.client.JSONParser; did you forget to inherit a
> required module?
>
> Any ideas?
> 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]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to