Today I downloaded and installed GWT 2.0.0 RC2, and attempted to run
the samples using `ant devmode`. I received errors on Showcase and
Mail:
Showcase: The 3 JPG images failed with javax.imageio.IIOException. I
remedied this by using ImageMagik's convert to convert them to PNG and
back to JPG. Their sizes changed by a couple bytes, and Showcase ran.
Mail: Won't run. A java.lang.VerifyError is raised:
00:00:13.154 [ERROR] Unable to load module entry point class
com.google.gwt.sample.mail.client.Mail (see associated exception for
details)
java.lang.VerifyError: (class: com/google/gwt/core/client/Scheduler,
method: <init> signature: ()V) Illegal constant pool index
at com.google.gwt.dom.client.StyleInjector.schedule
(StyleInjector.java:389)
at com.google.gwt.dom.client.StyleInjector.inject
(StyleInjector.java:382)
at com.google.gwt.dom.client.StyleInjector.inject
(StyleInjector.java:222)
at com.google.gwt.dom.client.StyleInjector.inject
(StyleInjector.java:208)
at
com.google.gwt.sample.mail.client.com_google_gwt_sample_mail_client_Mail_GlobalResources_default_InlineClientBundleGenerator
$1.ensureInjected
(com_google_gwt_sample_mail_client_Mail_GlobalResources_default_InlineClientBundleGenerator.java:
14)
at com.google.gwt.sample.mail.client.Mail.onModuleLoad(Mail.java:
59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:
369)
at com.google.gwt.dev.shell.OophmSessionHandler.loadModule
(OophmSessionHandler.java:185)
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection
(BrowserChannelServer.java:380)
at com.google.gwt.dev.shell.BrowserChannelServer.run
(BrowserChannelServer.java:222)
at java.lang.Thread.run(Thread.java:595)
I'm running SuSE Linux 10.3 with jdk1.5.0_17
--
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.