2015-02-24 48 views
1

我正在使用GWT 2.7.0运行一个项目,但决定降级到2.6.1以更加符合开发团队的其他部分。GWT 2.6.1拒绝在Eclipse中启动开发模式Luna

不过,现在我得到:

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作为所有项目的默认值。该项目使用默认值。

回答

4

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

3

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