简体   繁体   English

关于日食库

[英]Regarding eclipse libraries

Have a question on eclipse libraries. 对Eclipse库有疑问。 I have an eclipse java project where I have created a library which contains some 50 odd jars files which are needed by the project. 我有一个Eclipse Java项目,在其中创建了一个库,其中包含该项目所需的约50个奇数jar文件。 Now I have created a new project where I need the library. 现在,我创建了一个需要库的新项目。 A very cumbersome way to do this is to check all the jar files in that library, them create a new library in my current project where I will manually add all the 50 odd jars. 一种非常麻烦的方法是检查该库中的所有jar文件,它们在我当前的项目中创建了一个新库,我将在其中手动添加所有50个奇数jar。 Is there a way I can export the library from my old project to the current project so that I can have all the requisite jars in one shot. 有什么办法可以将库从旧项目导出到当前项目,以便一次完成所有必需的jar。

Regards, Dev 此致Dev

Yup you can export the lib. 是的,您可以导出库。

refer to the screen shot 参考屏幕截图 在此处输入图片说明

Just select the Lib you want to export , then select export button 只需选择要导出的库,然后选择导出按钮

Enter the path where you want to store the export file 输入要存储导出文件的路径

在此处输入图片说明

Now to import, go the the same place and select the import option 现在要导入,在相同的位置并选择导入选项

Select the import file and click ok 选择导入文件,然后单击确定。

在此处输入图片说明

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

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