Java + GRPC, for dummies?

411 views Asked by At

I have managed to clone the grpc-java from github and ran the gradlew script. Helloworld seems to be working and so on. However now I'm pretty much stuck. How can I continue developing on Eclipse? Is there somewhere a .jar file I need to add to my project? How does this work?

1

There are 1 answers

1
bichito On BEST ANSWER

If you cloned from the command line, you can import the project from eclipse (file->import->project->git->local repository)

But I would start reading eclipse basics before you get lost with gradle/maven and dependendencies.