Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Eclipse 未知参数:-launcherDir GWT_Eclipse_Tomcat_Gwt_Gwt Super Dev Mode - Fatal编程技术网

Eclipse 未知参数:-launcherDir GWT

Eclipse 未知参数:-launcherDir GWT,eclipse,tomcat,gwt,gwt-super-dev-mode,Eclipse,Tomcat,Gwt,Gwt Super Dev Mode,我正在尝试使用Tomcat而不是Jetty在superDevMode中进行调试 我遵循了这个教程 我在调试配置中添加了参数-launcherDir,但是当我运行配置时,我得到一个未知的参数错误 控制台输出 Unknown argument: -launcherDir Google Web Toolkit 7.1.12 CodeServer [-noprecompile] [-compileTest] [-bindAddress address] [-port port] [-workDi

我正在尝试使用Tomcat而不是Jetty在superDevMode中进行调试

我遵循了这个教程

我在调试配置中添加了参数-launcherDir,但是当我运行配置时,我得到一个未知的参数错误

控制台输出

    Unknown argument: -launcherDir
Google Web Toolkit 7.1.12
CodeServer [-noprecompile] [-compileTest] [-bindAddress address] [-port port] [-workDir dir] [-allowMissingSrc] [-src dir] [module]

where 
    -noprecompile     Disables pre-compilation of modules.
    -compileTest      Just compile the modules and exit.
    -bindAddress      The ip address of the code server. Defaults to 127.0.0.1.
    -port             The port where the code server will run.
    -workDir          The root of the directory tree where the code server willwrite compiler output. If not supplied, a temporary directorywill be used.
    -allowMissingSrc  Disables the directory existence check for -src flags.
    -src              A directory containing GWT source to be prepended to the classpath for compiling.
and 
module            The GWT modules that the code server should compile. (Example: com.example.MyApp)
我注意到了一个类似的问题,但我想它有点超出了我的头脑,没有得到解决


有人有解决办法吗?

我遇到了这个问题, 删除war文件夹中的
web.xml
文件,然后重新创建一个空白文件
为我解决了这个问题

“谷歌网络工具包7.1.12”?!您实际使用的是哪个版本?为了使这个答案有用,您应该解释为什么它为您解决了这个问题。