Reputation: 1490
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?
Upvotes: 1
Views: 493
Reputation: 1426
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.
Upvotes: 2