You need to translate the java client code to javascript. When you create an eclipse project using the GWT wizard, it creates a CMD script for compile the client code from java yo javascript. The file uses a command like:
java -Xms256m -Xmx256m -cp "%~dp0\src;%~dp0\bin;%~dp0/lib/gwt- user.jar;%~dp0/lib/gwt-dev-windows.jar" com.google.gwt.dev.GWTCompiler -out "%~dp0\www" %* <pathToModule/moduleName> On Mar 29, 2:18 pm, "[email protected]" <[email protected]> wrote: > Hi, > > I'm trying to build a GWT "Hello World" using an RPC. > > I've tried to compile the servlet class (the service implementation) > with javac and didn't forget loading gwt-servlet.jar in the classpath. > But there's a message saying it's impossible to find the client-side > package (the service)... > > Does anybody know 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 -~----------~----~----~----~------~----~------~--~---
