Hi Mathieu,
The GWT RPC servlet class implements its client-side service interface. For
this reason, when you're trying to javac the servlet class you will need to
make sure that the client-side service interface is also on the classpath.

Try compiling with the service interface on the classpath and let us know
how it goes.

Hope that helps,
-Sumit Chandel

On Thu, Mar 26, 2009 at 2:50 PM, [email protected]
<[email protected]>wrote:

>
> Hi,
>
> I'm a new java and GWT programmer. I'm trying to build a GWT "Hello
> World" using an RPC.
>
> I've tried to compile my servlet class (the service implementation)
> with javac, but the error message says it's impossible to find the
> client-side package (the service) ...
> Could you please explain me how to compile the servlet classes ?
>
> Thanks a lot,
> Best regards
> Mathieu
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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