gpt4 book ai didi

java - 使用 protoc v3 生成 grpc Java stub 时出现问题

转载 作者:行者123 更新时间:2023-12-02 13:26:51 30 4
gpt4 key购买 nike

我在 Ubuntu 14.4 上使用 Protoc 版本 3.0 并发出命令

 protoc -I ./ --java_out=. --grpc_out=. --plugin=protoc-gen-grpc=/opt/jvision/grpc/oc/protoc-gen-grpc-java-1.0.0-linux-x86_32.exe ./agent.proto

Same issue for python described here

我收到此错误:

/opt/jvision/grpc/oc/protoc-gen-grpc-java-1.0.0-linux-x86_32.exe: program not found or is not executable
--grpc_out: protoc-gen-grpc: Plugin failed with status code 1.

但是,如果我跳过 stub 部分并只发出命令

protoc  -I=./ --java_out=. ./agent.proto

它工作得很好。想知道我错过了什么。

最佳答案

我没有足够的评论声誉,所以这是作者的问题:

  1. 您检查过“/opt/jvision/grpc/oc/protoc-gen-grpc-java-1.0.0-linux-x86_32.exe”路径吗?正确吗?
  2. 它有可执行标志吗?
  3. 它是为 Linux 编译的吗?

关于java - 使用 protoc v3 生成 grpc Java stub 时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43358288/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com