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.
安装 Eclipse 插件(即 Zest)后,我想知道如何将 Jar 的库添加到我的 Java 项目中。
当然,我可以使用“添加外部 JAR”在我的构建路径设置下添加它们,并在我的程序目录中搜索插件文件夹和 Jar。
但是没有更舒服的方法吗?我在想 Eclipse 中的一些项目菜单说“从插件 XYZ 添加所有库”?
你可以使用 maven 来管理库(很舒服)