Answered my own question. I was accidentally accessing a gwt.client class on the server. The class had JSNI in it, so of course the server couldn't figure it out.
On Mar 17, 1:14 am, Blake <[email protected]> wrote: > This is weird - the recent version of my app (but not active one) > can't find one of my own classes that's in my project. I'm getting > the standard: > > java.lang.NoClassDefFoundError: Could not initialize class .... > > Has anyone else seen this? This is server-side, running in a task. > > There haven't been any changes to this class, and my project compiles > and runs otherwise. > > Please help??? -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
