I have used the accepted answer provided to the question "How to set the java.library.path from Eclipse?" for setting the library path for a specific jar.
In my case, I have about 10 third party jars and each jar depends on the same set of dlls, but I need to do this process for each jar. I can do this manually, but is there any way to do this for more than one jar at a time?