java.lang.NoClassDefFoundError: org/apache/avro/ipc/Responder
时间:2014-12-17 20:28:35
收藏:0
阅读:333
java.lang.NoClassDefFoundError: org/apache/avro/ipc/Responder
出现了这个异常,代表有依赖包没有找到。。。
avro-ipc 是这个,引用上这个就OK啦。
评论(0)