If two jars with same content(say jarA , jarA_old ) are added into the class path of the working jar (i.e inside the manifest file of the main jar, which has both jarA and jarA_old in its library folder) . Then, which Jar will be considered when a class inside them is called or imported??
JarA has this in its manifest:
Build-Date: Fri, 18 May 2012 12:28:40 Build-Environment: x86 Windows XP 5.1 Build-Number: 5
JarA_old this in its manifest:
Build-Date: Wed, 23 Nov 2011 06:34:39 Build-Environment: x86 Windows XP 5.1 Build-Number: 4
exept this all other details are similar..