Comment #2 on issue 244 by kentmchenry: Autogenerated Java code producing error: "Cannot invoke buildParsed() on the primitive type boolean"
http://code.google.com/p/protobuf/issues/detail?id=244

@kenton
Using "protoc --version" I realized that I was using the 2.2.0 protoc. My app was being compiled with the 2.3.0 protobuf JAR, hence the problem. Switching to the the 2.3.0 protoc fixed the problem.

FYI I had installed the 2.2.0 version using the Ubuntu wizard, and I used the wizard to uninstall it. I then installed 2.3.0 using command line and now everything is working. Note that I was unable to install 2.3.0 until 2.2.0 was completely uninstalled.


Thanks for the help kenton!

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to