aboutsummaryrefslogtreecommitdiff
path: root/examples/README.txt
diff options
context:
space:
mode:
authorking6cong <king6cong@gmail.com>2017-07-31 14:45:57 +0800
committerking6cong <king6cong@gmail.com>2017-07-31 14:53:05 +0800
commit547d76ed8e23275d1acadb92d0ea891562bf55e0 (patch)
tree538babb5c6199e5ffe497794d7e20df436f16a3a /examples/README.txt
parent9b505a92bf6b3163ff9fb234a28dfef9c0330197 (diff)
downloadprotobuf-547d76ed8e23275d1acadb92d0ea891562bf55e0.tar.gz
protobuf-547d76ed8e23275d1acadb92d0ea891562bf55e0.tar.bz2
protobuf-547d76ed8e23275d1acadb92d0ea891562bf55e0.zip
Add classpath for java example Makefile
Diffstat (limited to 'examples/README.txt')
-rw-r--r--examples/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/README.txt b/examples/README.txt
index b33f8414..2e4f6e4e 100644
--- a/examples/README.txt
+++ b/examples/README.txt
@@ -28,6 +28,13 @@ These examples are part of the Protocol Buffers tutorial, located at:
"-lpthread" from the linker commands (perhaps replacing it with something else).
We didn't do this automatically because we wanted to keep the example simple.
+## Java ##
+
+protobuf-java-*.jar can be generated by:
+ cd ../java
+ mvn package
+and will be used by "make java"
+
## Go ##
The Go example requires a plugin to the protocol buffer compiler, so it is not