I am getting the following exception when deploying my war file in Tomcat 6
java.lang.ClassNotFoundException: com.google.gwt.user.client.rpc.RemoteService
So I tried to use just the most simplest gwt project by using webAppCreator:
The class it is trying to load is not in gwt-servlet.jar but does exist in gwt-user.jar. All places say I don't need gwt-user.jar to be deployed. This is with gwt 2.5.1. HELP!!!
used webAppCreator as follows:
webAppCreator com.mytest.TestGwtRpc
Then used the build.xml to create the war file. Deployed in Tomcat 6. started up and clicked the send button and get the following:
java.lang.NoClassDefFoundError: com/google/gwt/user/client/rpc/RemoteService
root cause
java.lang.ClassNotFoundException: com.google.gwt.user.client.rpc.RemoteService