简体   繁体   中英

Regarding eclipse libraries

Have a question on eclipse libraries. 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. 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. 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.

Regards, 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

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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