TD
unread,Oct 8, 2009, 6:38:00 PM10/8/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
Hi,
I've just downloaded and build a fresh Protocol Buffer package. I'm
planning to use the Java version. I've added protoc to my path and
compiled two .proto files successfully. I've created an eclipse
project, and added the protobuf-java-2.2.0.jar file to the path. The
two generated a source files go in the src directory. Now when
eclipse tries to build the classes, I'm getting an error like the one
below for all inner classes in the generated class:
The type OneDircontent.DirectoryContent must implement the inherited
abstract method Message.toBuilder()
Any idea what's wrong? I've set my workspace to build for JDK 1.6.
Thanks for any pointers you can provide!
Regards,
Tom.