当我尝试从 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,并且我已经将所有条目移到了构建类路径设置的底部。还是没有变化。。
有谁知道如何解决这一问题?