On 1 avr, 08:09, "m...@gmail.com" <mathieu.eveill...@gmail.com> wrote:
> Hi Sumit,
>
> I didn't forget to include the gwt-servlet.jar in the javac classpath,
> that's why I'm surprised of this error...

Er, gwt-servlet does *not* include the javax.servlet classes (it's
meant do be deployed in your servlet container, which already has
them), use gwt-dev-<platform> for compilation and gwt-servlet only for
deployment (or add your servlet.jar (or whatever its name) in the
classpath in addition to gwt-servlet when compiling).
--~--~---------~--~----~------------~-------~--~----~
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