It worked like a charm. Thank you very much. The problem at stake is a cryptic one, though. How come the classloader can make this kind of mistake? Or who is to blame?
Regards. On Dec 14 2009, 8:52 pm, ciyer <[email protected]> wrote: > I spent a few hours chasing down the "Invalid memory access of > location 0x8..." problem today as well. > > What I ended up doing was putting in: > > @SuppressWarnings("unused") > Layout junk = new AnchorLayout(); > > At the very beginning of the onModuleLoad() method on my module's > entry point. > > There seems to be some dependency issue, and the class > com.extjs.gxt.ui.client.widget.Layout needs to be loaded before some > other classes, otherwise the classloader dies when it later tries to > load Layout. > > I'd be curious to know if it also works for you. Are you also working > on a Mac? > > - sekhar
-- 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.
