未找到入口点类(GWT + GAE + Eclipse)

时间:2014-07-05 05:59:32

标签: java eclipse google-app-engine gwt

当我尝试将我的应用程序部署到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

它从localhost顺利运行

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

1 个答案:

答案 0 :(得分:0)

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

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