You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
When I download the attached code from github and try to build using sbt, it shows error
[info] Compiling 1 protobuf files to D:\BlackRockAssignment\crazy-cricket-master\crazy-cricket-master\src\main\generated
[info] Compiling schema D:\BlackRockAssignment\crazy-cricket-master\crazy-cricket-master\src\main\protobuf\CrazyCricketProtos.proto
[trace] Stack trace suppressed: run last protobuf:protobufGenerate for the full output.
error error occured while compiling protobuf files: Cannot run program "protoc": CreateProcess error=2, The system cannot find the file specified
[error] Total time: 2 s, completed Jul 30, 2016 1:44:05 PM
last protobuf:protobufGenerate
[info] Compiling 1 protobuf files to D:\BlackRockAssignment\crazy-cricket-master\crazy-cricket-master\src\main\generated
[debug] protoc options:
[debug] --java_out=D:\BlackRockAssignment\crazy-cricket-master\crazy-cricket-master\src\main\generated
[info] Compiling schema D:\BlackRockAssignment\crazy-cricket-master\crazy-cricket-master\src\main\protobuf\CrazyCricketProtos.proto
java.lang.RuntimeException: error occured while compiling protobuf files: Cannot run program "protoc": CreateProcess error=2, The system cannot find the file specified
Please suggest.
The text was updated successfully, but these errors were encountered:
Dear,
When I download the attached code from github and try to build using sbt, it shows error
[info] Compiling 1 protobuf files to D:\BlackRockAssignment\crazy-cricket-master\crazy-cricket-master\src\main\generated
[info] Compiling schema D:\BlackRockAssignment\crazy-cricket-master\crazy-cricket-master\src\main\protobuf\CrazyCricketProtos.proto
[trace] Stack trace suppressed: run last protobuf:protobufGenerate for the full output.
error error occured while compiling protobuf files: Cannot run program "protoc": CreateProcess error=2, The system cannot find the file specified
[error] Total time: 2 s, completed Jul 30, 2016 1:44:05 PM
Please suggest.
The text was updated successfully, but these errors were encountered: