docker-protobuf icon indicating copy to clipboard operation
docker-protobuf copied to clipboard

protoc-gen-grpc-java not working?!

Open dweidenfeld opened this issue 8 years ago • 0 comments

Hey there,

maybe I am wrong, but I cannot manage to get the java grpc plugin to work.

I am using it with

docker run --rm -v $(pwd):$(pwd) -w $(pwd) znly/protoc --plugin=protoc-gen-grpc-java --proto_path=interfaces --grpc-java_out=product-service/src/gen/java interfaces/product.proto

but it fails with

protoc-gen-grpc-java: program not found or is not executable
--grpc-java_out: protoc-gen-grpc-java: Plugin failed with status code 1.

Some advice would be helpful :)

dweidenfeld avatar Dec 22 '17 11:12 dweidenfeld