I m trying to create a GWT app- it has a single HTML file (main.html) and the java class is main.java.
In Eclipse, I did right click-> GWT -> Module and defined the new module correctly.
However after adding some code, when I try to run the app in Dev mode, I get the error
"Could Not find any host pages in project <project-name> "
I have simply added some code to main.java, then saved it and tried to run the app in dev mode... What am I doing wrong here? Is there something I am missing here?
Normally it could happen if WAR Directory is not defined for this project.
So go to Project properties --> Google(Web Application),
This should fix your problem.