You need the source code.  GWT works on java source code, not byte
code.  Class files are not enough.

Also keep in mind that GWT only supports a subset of the JRE and if
the class wasn't written w/this in mind will likely break it.

On Sep 10, 9:32 am, Mdu <[EMAIL PROTECTED]> wrote:
> Hi All,
>    I have a type (Serializable 3rd Party Library Type - S3PLT) that
> I'm returning to the GWT RPC client from a method call on a GWT remote
> interface. This type is included in my Eclipse GWT project from an
> external .jar. No source code is available within Eclipse project.
>    When I compile, I get the ff. error:
>
> [ERROR] Line <nn>: No source code is available for type package.S3PLT;
> did you forget to inherit a required module?
>
> AFAIK, it is enough that S3PLT is Serializable. What else do I need to
> do?
>
> Thnx,
> -Mdu
--~--~---------~--~----~------------~-------~--~----~
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