Right mouse button on the "proto" folder > Build Path > Use as Source Folder. That should do the trick.
On Wednesday, March 7, 2012 8:43:05 AM UTC+1, Lyrya wrote: > > Hi, > > Yeah, thanks.. > I already followed all the instructions there, but there occurred one > problem like this. > I captured this problem, maybe, you can help me to solve it. > > thanks, > > > <https://lh3.googleusercontent.com/-AuNYI2iBIzI/T1cRNVsWZxI/AAAAAAAAACk/HANdbjbuyAU/s1600/Error%2520Problem.png> > Robert. > > > > > > > > > > > > > > > > On Thursday, March 1, 2012 9:56:26 PM UTC+1, Jan Bezget wrote: >> >> When I first started using protobuf in my application, I relied solely on >> http://code.google.com/apis/protocolbuffers/docs/overview.html. It's a >> great resource of documentation and provides helpful examples. >> >> There's a cool plugin for Eclipse! You can get it at >> http://code.google.com/p/protobuf-dt/wiki/Installing. >> >> Protoc is the protocol buffer compiler. Once you've defined your protocol >> in the .proto file, you must compile it to a language of your choice >> (Python, C++, Java) so you can begin using it in your project. >> >> On Monday, February 13, 2012 2:38:43 PM UTC+1, Lyrya wrote: >>> >>> Hi All, >>> >>> I don't know how to add protocol buffers library for eclipse. >>> and what is the use of protoc? >>> Is there any tutorial that can help me understanding about protocol >>> buffers? >>> >>> Thank you..... >> >> -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To view this discussion on the web visit https://groups.google.com/d/msg/protobuf/-/PTSD2b3AMLQJ. 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.
