Skip to content

java: package service does not exist #48

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

Open
mahmoudsoroor opened this issue Jul 7, 2024 · 1 comment
Open

java: package service does not exist #48

mahmoudsoroor opened this issue Jul 7, 2024 · 1 comment

Comments

@mahmoudsoroor
Copy link

when I run (PuppetStarter.java)
gave me error : "java: package service does not exist"
which used in (GoRobotReplay.java)

@cFl3iz
Copy link

cFl3iz commented Sep 18, 2024

  1. install protoc (https://github.com/protocolbuffers/protobuf/releases)
  2. download protoc-gen-grpc-java1.20.0 (https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-java/1.20.0/)
  3. [bash/cmd] #protoc --java_out=java .proto file path
  4. [bash/cmd] #protoc --plugin=protoc-gen-grpc-java=[protoc-gen-grpc-java-*.exe filepath] --grpc-java_out=java --proto_path=proto [.proto file path , like remote-desktop-control\puppet\src\main\proto\go_robot.proto]
  5. move class file to 'service' package

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