In Eclipse, I have a libs project. This project has a test.jar file.
I have 15 other projects in eclipse that use test.jar under Java Build Path/Libraries.
New versions of test.jar are made every month, and the name will change (test1.jar, test2.jar)
Once a new version is available, I remove the old one from the libs project and add the new one. My question is, how can I modify the 15 projects that use this jar file to reference the new one? I know how to do it one project at a time by configuring the build path for each project. Is there a way to make a mass change to all 15 projects at the same time?
To achieve the same follow the steps below.
Only one time task delete the entry from all 15 project from its build classpath as its set in global path.
Whenever you will be build other project it will also bundle you User libraries.