gRPC API 文件没有找到
#2234
-
当我尝试使用gRPC转换V2RAY-CORE 代码到JAVA语言时,没有找到一个一劳永逸的方法,只能进入到每个文件夹中重复操作,但是当转换某些文件时,得到文件没有找到这样的报错。例如proxyman 请问这是哪里出现问题了? |
Beta Was this translation helpful? Give feedback.
Answered by
PunkFleet
Dec 26, 2022
Replies: 1 comment
-
问题解决,#2235 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PunkFleet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题解决,#2235
使用命令时应当按照这样得:
protoc --proto_path=C:\XXX\XXX\rootpath --proto_path=C:\XXX\XXX\rootpath\file0.proto;C:\XXX\XXX\rootpath\file2.proto --java_out=C:\XXX\XXX\XX C:\XXX\XXX\rootpath\needConvertFile.proto