The GWT compiler requires the Java source for any class you want to
use on the client side, as part of its job is to translate that Java
code to JavaScript.

-Ben

On Jan 13, 3:20 pm, Ryan Rathsam <rrath...@gmail.com> wrote:
> Hi All,
>
> Have a quick question. We're currently trying to use some classes from
> an external jar but am running into an error at run time:
>                 [ERROR] [test] - Line 34: No source code is available for type
> <<CLASS>>; did you forget to inherit a required module?
> This error seems to be firing from every place the class is used
> except on the server side. The class itself is fairly simple,
> implements Serializable and only
> has String, Integer attributes w/ the associated getters / setters. Is
> there a particular reason that the class is not allowed on the the
> client side? Is there some
> config / interface that's not setup / implemented?
>
> Any information / help would be much appreciated.
>
> Thanks!
>
> Ryan

-- 
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.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to