May be a duplicate of this, but I have not found an appropriate solution. I get this error:
[ERROR] Unable to find 'main/java/com/blabla/MyModule.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
How do I fix it?
com.blabla package
is under src/main/java
source folder
PS. I'm using eclipse plugin
edit: Possibly it will help, here is a record from .classpath file:
<classpathentry kind="src" path="src/main/java"/>