When I try to run my GWT app, I get the following error:
Uncaught exception: java.lang.RuntimeException: Deferred binding
failed for
'com.google.gwt.user.client.ui.HorizontalSplitPanelImages' (did you
forget to inherit a required module?)
at com.google.gwt.dev.shell.GWTBridgeImpl.create
(GWTBridgeImpl.java:43)
at com.google.gwt.core.client.GWT.create(GWT.java:91)
at com.google.gwt.user.client.ui.HorizontalSplitPanel.<init>
(HorizontalSplitPanel.java:355)
at us.larkolicio.oat.client.CreateScreen.<init>(CreateScreen.java:
47)
...
The same code compiles and runs fine on another computer (I am trying
to move development from one machine to another, and do a little
refactoring at the same time). I presume I have something incorrectly
configured. I have com.google.gwt.user.User inherited, along with
com.google.gwt.user.theme.chrome.Chrome.
I'm totally stumped. Any suggestions? Thanks for any help!
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.