【发布时间】: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