JWhich

JWhich is a simple tool that unambiguously identifies which Java class in your classpath will be loaded. Depending on the complexity of your classpath, it’s not always clear which class will be loaded first by the Java class loader. JWhich displays the absolute pathname of the class file loaded first by the Java class loader.

Web link of note: JWhich
(At http://www.clarkware.com/)

Leave a Reply