GWT 2.6.1 拒绝在 Eclipse Luna 中启动开发模式

GWT 2.6.1 refusing to launch dev mode in Eclipse Luna

我正在 运行使用 GWT 2.7.0 构建一个项目,但决定降级到 2.6.1 以便与开发团队的其他成员更加兼容。

然而,现在我得到:

Unknown argument: -nosuperDevMode
Google Web Toolkit 2.6.1
DevMode [-[no]startServer] [-port port-number | "auto"] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logdir directory] [-logLevel level] [-gen dir] [-bindAddress host-name-or-address] [-codeServerPort port-number | "auto"] [-server servletContainerLauncher[:args]] [-startupUrl url] [-war dir] [-deploy dir] [-extra dir] [-workDir dir] [-sourceLevel [auto, 1.6, 1.7]] module[s] 

当我尝试 运行 应用程序时。

我指定使用 GWT 2.6.1 作为所有项目的默认设置。该项目使用默认值。

我认为您只需要编辑您的启动配置。 该参数仅存在于 GWT 2.7 中。如果您使用 GWT 2.7 创建了 launch-config,它可能在 eclipse 降级后仍然存在。

转到调试配置并在参数选项卡中删除 -nosuperDevMode