I keep getting the following error when I reload my app in GWT DevMode after making code changes using Eclipse IDE.
[ERROR] [mymodule] - Failed to create an instance of 'com.myapp.client.widget.MyCustomWidget' via deferred binding
[ERROR] [mymodule] - Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M ...)
First time I run it, there are no problems, but it is when I do a refresh on the browser (to pickup the code changes) that this error pops up.
Anybody have a solution for this?