Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我设法从 github 克隆了 grpc-java 并运行了 gradlew 脚本。Helloworld 似乎正在工作等等。但是现在我几乎被困住了。如何继续在 Eclipse 上进行开发?我需要在项目中添加一个 .jar 文件吗?这是如何运作的?
如果是从命令行克隆的,可以从eclipse中导入项目(file->import->project->git->local repository)
但是在您迷失 gradle/maven 和依赖关系之前,我会开始阅读 eclipse 基础知识。