Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚遇到了一个问题,在ProtocolStringListprotoc 创建的生成代码中,对 a 的引用导致类未找到错误。
ProtocolStringList
在这种情况下,我收到了 Eclipse 错误:
com.google.protobuf.ProtocolStringList cannot be resolved to a type
我希望它也可以显示为:
java.lang.NoClassDefFoundError: com/google/protobuf/ProtocolStringList
我在 Stack Overflow 上找不到这个问题的答案,所以我把它贴在这里。
事实证明,这是由于使用protoc较旧版本的protobuf-java*.jar. (在这种情况下为 2.5.0)。
protoc
protobuf-java*.jar