Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.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中的构建路径_Eclipse_Gwt - Fatal编程技术网

eclipse中的构建路径

eclipse中的构建路径,eclipse,gwt,Eclipse,Gwt,将现有的GWT项目导入Eclipse后,出现以下错误 项目“TestUI”缺少必需的源文件夹:“TestMgr/nocache/js.gwt.xml” 请帮助。请发布您的模块gwt.xml。您应该确保入口点类路径是正确的 <!-- Specify the app entry point class. --> <entry-point class="com.me.myproject.client.TestUI" /> 并检查是否已将适当的软件包添加到模块中 <!

将现有的GWT项目导入Eclipse后,出现以下错误

项目“TestUI”缺少必需的源文件夹:“TestMgr/nocache/js.gwt.xml”


请帮助。

请发布您的模块gwt.xml。您应该确保入口点类路径是正确的

<!-- Specify the app entry point class. -->
<entry-point class="com.me.myproject.client.TestUI" />

并检查是否已将适当的软件包添加到模块中

<!-- Adding package to this gwt module -->
<source path="client" />
<source path="shared" />

如果模块一切正常,您能否更具体地说明错误发生的位置?什么时候启动你的项目?在Eclipse警告中