curious class class not found exception

2012-10-28 Thread Nuno Godinho de Matos
Presently, when i try to run my gwt application through eclipse I am getting a curious: java.lang.NoClassDefFoundError: com/google/gwt/user/client/rpc/RemoteService The intersting about this exception is that by command line firing a gwt:run my project loads and runs just fine. It is thorugh

Re: curious class class not found exception

2012-10-28 Thread Jens
And gwt-servlet.jar is in your war/WEB-INF/lib folder? In your stack trace you can see: at com.google.appengine.tools.development.IsolatedAppClassLoader.loadClass(IsolatedAppClassLoader.java:207) which indicates that you are using AppEngine. The IsolatedAppClassLoader JavaDoc states that it

Re: curious class class not found exception

2012-10-28 Thread Nuno Godinho de Matos
Thanks a lot and well spotted! What you just said makes all the sense in the world. I will take a look at my runtime lib folder in while. Thanks again. On Sunday, October 28, 2012 5:57:10 PM UTC+1, Jens wrote: And gwt-servlet.jar is in your war/WEB-INF/lib folder? In your stack trace you