I\'m trying to understand this great lib. when I\'m trying to run html with run as>web application I get errors. here\'s the console text and gwt definition file.
Please post MyGdxGame.gwt.xml in your main project.
Your gwtdefinition file seems okay, but since it is calling the other xml file,
<inherits name='MyGdxGame' />
I suppose the error might be present there.
After a week at the end i've discovered the problem. If you are using non-english operatin system gwt fails.
For eclipse, just add;
-Duser.language=en
to run configurations.