GWT Compiler can't find gwt.xml

2020-05-24 19:56发布

I have changed and renamed my package structure of my GWT project, and when trying to run the project as a web application, the module isn't found and I get the following message:

[ERROR] Unable to find 'de/xx/focus/My_Projekt.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

Which class is used to load the module, and where to update the new path, respectively?

7条回答
The star\"
2楼-- · 2020-05-24 20:56

Also under "Run Configurations..." > GWT tab, I had to remove and then re-add my app's sole GWT module. Only after doing this I could run the app again.

查看更多
登录 后发表回答