i want to start with Gwt ext , just trying to write my first program (Hello World) in EXT-GWT from this tutorial
But when i run my program it says
unable to find 'com/extjs/gxt/ui/GXT.gwt.xml' on your classpath;
if i then replace it in my xml file to
<inherits name='com.gwtext.GwtExt'/>
then it gives this error
com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext' is null or not an object