Use the Makefile. If you don't have make, then don't worry about it and compile and run the Java files like you would any Java executable class. add_person_java is really just an alias for "java AddPerson".
On Mon, Sep 22, 2008 at 8:16 AM, Adrian <[EMAIL PROTECTED]> wrote: > > I was able to install protobuf-2.0.1 using maven and netbeans 6.1 > I successfully generated protobuf-java-2.0.1.jar > > I copied protoc into the example directory > I ran "protoc addressbook.proto --java_out=" from the windows command > line to generate com/example/tutorial/AddressBookProtos.java > > I don't understand how to create the executable files > add_person_java > list_people_java > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
