Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run program "protoc" #13

Closed
dtracers opened this issue Mar 11, 2018 · 1 comment
Closed

Cannot run program "protoc" #13

dtracers opened this issue Mar 11, 2018 · 1 comment

Comments

@dtracers
Copy link

Caused by: java.io.IOException: Cannot run program "protoc": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)

@andrewkroh
Copy link
Owner

The protoc compiler must be installed on the system. And it must be on the PATH or you can set the compiler option to point the the absolute path of the compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants