Hi I am new to protocol buffers. I was trying to execute the example program given under https://developers.google.com/protocol-buffers/docs/javatutorial . When i give
protoc -I=protobuf-2.6.1\examples --java_out=protobuf-2.6.1 protobuf-2.6.1\examples\addressbook.proto There is an error which says , --proto_path passed empty directory name. < Use " . " for current directory. > This does not generate com/example/tutorial/AddressBookProtos.java in the specified destination directory. Please help -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
