Protobuf
Convert stuff.proto
to stuff.proto.jar
, open bash shell and run:
Needed executables: protoc
, javac
and jar
Check protoc --version
is compatible to protobuf-java
jar.
Illustrative example:
Last updated
Was this helpful?
Convert stuff.proto
to stuff.proto.jar
, open bash shell and run:
Needed executables: protoc
, javac
and jar
Check protoc --version
is compatible to protobuf-java
jar.
Illustrative example:
Last updated
Was this helpful?