Hello all,
I am having trouble running my GWT app due to library conflicts. In
my case, it seems that my version of apache catalina is conflicting
with GWT's version. I ascertained this from the exception I received
when running my app:
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.catalina.startup.Embedded.setDebug(I)V
at com.google.gwt.dev.shell.tomcat.EmbeddedTomcatServer.<init>
(EmbeddedTomcatServer.java:198)
at com.google.gwt.dev.shell.tomcat.EmbeddedTomcatServer.start
(EmbeddedTomcatServer.java:70)
at com.google.gwt.dev.GWTShell.doStartUpServer(GWTShell.java:226)
at com.google.gwt.dev.HostedModeBase.startUp(HostedModeBase.java:590)
at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:397)
at com.google.gwt.dev.GWTShell.main(GWTShell.java:140)
I've tried changing the build class path order by making the GWT
libraries first relative to catalina. But this does not fix the
issue.
Oh, FYI my config is
GWT 1.6.4
Cypal Studio 1.0
Eclipse Ganymede
Windows XP Pro SP2
Any ideas would be appreciated,
Mayur
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---