eclipse - GWT 尝试加载已删除的模块

标签 eclipse google-app-engine gwt

我将 Eclispe 与用于 AppEngine 和 GWT 的 Google 插件一起使用。最近我创建了一个测试GWT模块,但最终它已从项目中删除,现在我在项目中找不到它的任何迹象。

但是,每当我在本地运行网络应用程序时,我都会在控制台中收到以下消息:

Loading modules
   com.piq.exemity.Test
      [ERROR] Unable to find 'com/XXXXXX/Test.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

有没有人知道它可以藏在哪里?

最佳答案

从“运行”下拉菜单中打开“运行配置...”,然后转到“参数”选项卡。在“程序参数”框中,删除已删除模块的路径。

关于eclipse - GWT 尝试加载已删除的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2713517/

相关文章:

javascript - 网格的字段绑定(bind)。将新记录添加到 Store 后 View 仍然不一致

gwt - 为 Java 11 更新 Vaadin 项目的 GWT

java - Eclipse 安装新软件

java - 登录 Eclipse/OSGi 插件

python - 如何测试 Appengine 中 ReferenceProperty 的有效性?

google-app-engine - Google App Engine 防火墙和内部访问

java - gwt guice 注入(inject)远程 servlet。未找到错误404

java - 如何使用 junit 或 testng 为 Queue 接口(interface)类创建简单的单元测试?

Java ACM 包

python - 在 Google App Engine 上的 Django 中获取没有数据库访问权限的登录用户的 key ?