Hi All When I start up my GWT application using the hosted server/browser, part way through the loading of things, I get the following message:
[WARN] Server class 'com.google.gwt.json.client.JSONException' could not be found in the web app, but was found on the system classpath [WARN] Adding classpath entry 'file:/C:/eclipse/plugins/ com.google.gwt.eclipse.sdkbundle.win32_1.7.0.v200907131030/gwt- windows-1.7.0/gwt-user.jar' to the web app classpath for this session More info: file:/C:/eclipse/plugins/ com.google.gwt.eclipse.sdkbundle.win32_1.7.0.v200907131030/gwt- windows-1.7.0/doc/helpInfo/webAppClassPath.html So I had a look at the last HTML file. But I'm confused, cos before adding GXT, I wasn't getting this, but now I am (I think it's related). I've tried adding the following line to my .gwt.xml file: <inherits name='com.google.gwt.json.JSON'/> but it hasn't cured the problem... Is the solution really to add the mentioned jar file to my web-inf directory? Shouldn't this jar be picked up when I compile/launch the GWT application? The jar is included in my GWT SDK section in Eclipse. Thanks Chris -- 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.
