未找到Maven Google App Engine Guice类异常(尽管WEB-INF中存在jar)

时间:2012-09-03 21:59:55

标签: java google-app-engine maven guice classnotfoundexception

我有一个Java项目,主要由三个主要部分组成:

  1. 使用Google App Engine的网络服务器应用程序 - >战争( fs_primeranks_server
  2. 桌面的客户端应用程序 - > JAR( fs_proxy
  3. 连接到网络服务器的Android应用。 ( fs_replay
  4. 包含公共jar类库的奖励模块,其中包含公共数据对象表示。 ( fs_data
  5. 我开始在InteliJ IDEA中创建项目。我到了当前的点,然后改变了maven。但是,更改服务器组件不再运行。它编译,但抛出 Class Not Found 异常。正如之前的InteliJ IDEA项目文件一切正常运行我很确定我的问题是我的maven文件是如何设置的。然而,经过数小时的研究和寻找,我仍然无法纠正它。那么任何想法?

    The project files hosted on github.

    The output of the Maven build process, plus the gae:run command (with the exception).(警告开始如下:

    java.lang.ClassNotFoundException:net.primeranks.fs_server.GuiceConfigFsPrimeranksServer)

    构建后的文件结构图。 Jar文件和类文件似乎没问题。

    谢谢!

1 个答案:

答案 0 :(得分:0)

好的,糟糕的网页配置文件。启动类的路径是错误的,因此找不到类的异常。 :(