Christoph Martin <[EMAIL PROTECTED]> writes: > Ok. In jars.jar org/apache/commons/collections/ is included. Does > someone know how I check the version in a .jar file?
That's a bit difficult unless the jar file contains either a well written META-INF file or a version file... I think you need to decompile the .class file and see what is in the method in question (the old version checks if the incoming parameter is null and if so it then throws a NPE - the new ones don't do that). -- * Sufficiently advanced magic is indistinguishable from technology (T.P) * * PGP public key available @ http://www.iki.fi/killer *