GWT unable to find gwt.xml file on your classpath

阅读更多

[ERROR] Unable to find 'com/company/gwt/module/modelName.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?


通常原因是gwt.xml中有错别字, 或者是servlet没有被识别


我遇到的问题则不同, 所以花费了很多时间debug。不知道为什么我的Eclipse Run Configuration -> Web Application -> Arguments里面, 除了正常的com.company.gwt.module之外, 多了一个src.com.company.gwt.module。src/src/....显然不在classpath上。

你可能感兴趣的:(gwt)