On Nov 30, 12:28 am, Lúcio Camilo <[email protected]> wrote: > I was testing the GWT 2 RC2 and everything was ok, untill it stoped to word > with all my > apps with the error below: > > 21:26:31.938 [ERROR] [teste] Unable to load module entry point class > br.com.teste.client.AppTeste (see associated exception for details) > java.lang.NullPointerException: null > at br.com.teste.client.AppTeste.onModuleLoad(AppTeste.java:53)
That looks like a bug in your code (in AppTeste.java, line 53; which produces a NullPointerException) -- 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.
