After debugging my GWT project when i open the URL in browser ,then the following error shows in console. Using Eclipse Kepler.
[ERROR] Unable to find 'projectName/nocache/js.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
The development shell servlet received a request to generate a host page for module 'projectName.nocache.js' [ERROR] Unable to find 'projectName/nocache/js.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
'projectName.nocache.js' filr do exist in the projectName folder .
Please help. Thanks.