Firstly in the previous example I mentioned that you should make it a true web app with WEB-INF folders etc, this has to then be reflected in the Google compile
and launch script examples given below:
MyApplication.launch
MyApplication-compile
#!/bin/sh
APPDIR=`dirname $0`;
java -XstartOnFirstThread -cp "$APPDIR/WEB-INF/src:$APPDIR/WEB-INF/classes:/yourpath/gwt-mac-1.4.60/gwt-user.jar:/yourpath/gwt-mac-1.4.60/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompil...
Your views…