【问题标题】:Entry point classes not found (GWT + GAE + Eclipse )未找到入口点类(GWT + GAE + Eclipse)
【发布时间】:2014-07-05 05:59:31
【问题描述】:

当我尝试将我的应用程序部署到 GAE 时出现以下错误。

jul 05, 2014 2:51:37 AM java.util.prefs.WindowsPreferences <init> WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5. Compiling module com.sertaogames.cangaco.CangacoRPG Finding entry point classes [ERROR] Unable to find type 'com.sertaogames.cangaco.cleint.CangacoRPG' [ERROR] Hint: Check that the type name 'com.sertaogames.cangaco.cleint.CangacoRPG' is really what you meant [ERROR] Hint: Check that your classpath includes all required source roots

从本地运行顺利

该文件存在 (com.sertaogames.cangaco.cleint.CangacoRPG) 并由 eclipse 默认创建。 .

【问题讨论】:

    标签: java eclipse google-app-engine gwt


    【解决方案1】:

    确保将所有依赖项包含在 /war/WEB-INF/lib/ 目录中。将它们添加到您的类路径是不够的。

    在 Eclipse 中,您可能会在“问题”选项卡中看到一条警告,指出类在服务器上不可用。

    【讨论】:

      猜你喜欢
      • 2011-08-25
      • 1970-01-01
      • 2014-05-15
      • 1970-01-01
      • 2011-04-23
      • 2015-03-10
      • 2012-09-15
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多