Package wt.util.jmx

Class JarOverlapFinder

java.lang.Object
wt.util.jmx.JarOverlapFinder

public final class JarOverlapFinder extends Object
Command line utility which finds overlaps between one or more jar files (provided as command line arguments) and the virtual classpath embodied by this class' classloader. In practice, one can adjust the classpath (being sure to leave this class itself in the classpath!) and invoke this command line utility to determine overlap between the jars and a given classpath. Note that overlaps of the META-INF/MANIFEST.MF and META-INF/INDEX.LIST entries are ignored, as these are common and harmless.

Supported API: true

Extendable: false