简体   繁体   English

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

[英]GWT 2.6.1 refusing to launch dev mode in Eclipse Luna

I was running a project with GWT 2.7.0, but decided to downgrade to 2.6.1 to be more compliant with the rest of the dev team. 我当时在GWT 2.7.0上运行一个项目,但决定降级到2.6.1以与开发团队的其他成员更加兼容。

However, now I get: 但是,现在我得到:

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] 

when I try to run the application. 当我尝试运行该应用程序时。

I specified to use GWT 2.6.1 as the default for all projects. 我指定将GWT 2.6.1用作所有项目的默认设置。 This project uses the defaults. 该项目使用默认值。

I think you just need to edit you launch configuration. 我认为您只需要编辑启动配置即可。 The parameter only exists in GWT 2.7. 该参数仅存在于GWT 2.7中。 If you created the launch-config with GWT 2.7 it may still be present after the downgrade in eclipse. 如果您使用GWT 2.7创建了启动配置,则在Eclipse降级后它可能仍然存在。

转到调试配置,然后在“参数”选项卡中删除-nosuperDevMode

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM