I have multiple runnable jar files. Each of these jar files references the same external jar file. When I try to export my runnable jar files individually with eclipse, each export creates a directory e.g. jar1_lib, jar2_lib. Each of these directories contains the same referenced jar file.
I want to have each of my runnable jar files reference a single directory which contains a single instance of the required external jar.
Is this possible?
Thanks in advance.