SmartGWT Program not displaying getting wnd.isc.Browser is null
Posted
by Holograham
on Stack Overflow
See other posts from Stack Overflow
or by Holograham
Published on 2010-04-14T03:06:42Z
Indexed on
2010/04/14
3:13 UTC
Read the original article
Hit count: 779
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
© Stack Overflow or respective owner