简体   繁体   English

如何轻松地将Eclipse-Plugin Jars添加到项目中?

[英]How to add Eclipse-Plugin Jars comfortably to a project?

After installing a Eclipse Plugin (namely Zest), I was wondering how to add the Jar's libraries to my Java project. 安装Eclipse插件(即Zest)后,我想知道如何将Jar的库添加到我的Java项目中。

Of course, I can add them under my built path settings with "add external JARs" and search my program directories for the plugin folder and the Jar's. 当然,我可以使用“添加外部JAR”将它们添加到构建路径设置下,并在程序目录中搜索plugin文件夹和Jar。

But isn't there a more comfortable way ? 但是,没有更舒适的方法吗? I was thinking of some project menu in Eclipse to say "add all libraries from plugin XYZ" ? 我在考虑Eclipse中的某个项目菜单,说“添加来自插件XYZ的所有库”?

您可以使用Maven来管理库(非常舒适)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM