When running my gwt program in GWT Development Mode it fails to display showing this error in the console:
com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.isc.Browser' is null or not an object
I do not believe the error is due to my project setup. Other member of the team can compile fine. It is most likely some type of config problem on my end. I have re-checked out the project and still get the error.
I am using the latest jdk 1.6.0_19 if that matters