当我尝试从eclipse运行我的GWT应用程序时,我得到以下异常:
Exception in thread "main" java.lang.NoSuchMethodError: org.mortbay.jetty.AbstractConnector.setReuseAddress(Z)V
at com.google.gwt.dev.shell.jetty.JettyLauncher.setupConnector(JettyLauncher.java:529)
at com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:662)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836)
at com.google.gwt.dev.DevMode.main(DevMode.java:311)
同时GWT开发模式工具打开,但不再发生任何事情。
我正在使用maven作为项目的依赖项,我已经将所有条目移到了构建类路径设置的底部。仍然没有变化..
有谁知道如何解决这个问题?