Loading sub-menu...

Java Developer Tools

JarScanner

Being able to find the jar file that a given class or package is in can be a life saver. Attached to this page is a utility which allows you to scan jar files to find a particular class or package.

Download jarscan.jar

Put the jar file in C:\JarScanner\

As an example, the following command would search starting in the "C:\WebSphere\PortalServer" directory for the java class "SystemProperty"...

java -jar C:\JarScanner\jarscan.jar -dir c:\WebSphere\PortalServer -class SystemProperty

For Help, type the following command:

java -jar C:\JarScanner\jarscan.jar -help

Source of this utility: http://www.inetfeedback.com/jarscan/
If this utility saves you time, share the love and pitch in to support Geoff Yaworski's efforts (there's a PayPal link on his site). We developers gotta stick together!

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.