Re: Unable to Complie and Run Example

2008-09-22 Thread Kenton Varda
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 ins

Unable to Complie and Run Example

2008-09-22 Thread Adrian
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