我将按照本教程调试电子商务推荐引擎http://docs.prediction.io/resources/intellij/
在完成所有的设置和运行调试后,我得到了这个错误,有什么建议如何解决这个问题吗?我可以通过IDEA的类发现这个类,只有在运行debug时才会出现错误。
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Uncaught error from thread [pio-server-akka.actor.default-dispatcher-4] shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[pio-server]
java.lang.NoClassDefFoundError: io/prediction/controller/IEngineFactory$class发布于 2015-10-14 22:07:32
我认为这里的问题可能是在你的模块设置中没有包含pio-.jar-{版本}。请参阅上面链接的文档。
https://stackoverflow.com/questions/29739279
复制相似问题