I am using Eclipse with GWT and trying to build a Web based application. I am a beginner and have no idea what this means. I tried to look in the web but no satisfactory explanation. I can only figure out that I need to edit some file, but I don’t know how. Any help appreciated.
Loading modules com.model.WebCrawler.WebCrawler
[ERROR] Unable to find ‘com/model/WebCrawler/WebCrawler.gwt.xml’ on your classpath; could be a typo, or maybe you forgot to include a
classpath entry for source?
[ERROR] shell failed in doStartup method
You need a module XML file for your application to load correctly.
Take a look at the google tutorials and search for module XML file.
If you use the gwt plugin for eclipse, you can create a sample project where the most struggling parts will be generated for you, so that you can pretty much start immediatly with your custom code.