【发布时间】:2016-01-15 20:27:19
【问题描述】:
我刚刚遇到了对ProtocolStringList 的引用导致在protoc 创建的生成代码中出现类未找到错误的问题。
在这种情况下,我遇到了 Eclipse 错误:
com.google.protobuf.ProtocolStringList cannot be resolved to a type
我希望它也可以显示为:
java.lang.NoClassDefFoundError: com/google/protobuf/ProtocolStringList
【问题讨论】: