Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2010-02-16 | 256 Bytes | |
jwhich.jar | 2010-02-16 | 6.1 kB | |
Totals: 2 Items | 6.4 kB | 0 |
This utility is created to find Java classes in all the jar file in the given directory. This effectively implements following UNIX command-- find . -name "*.jar" -exec grep -l x.y.MyClass {} \; and it does little more. -Satyendra Gurjar 2/16/2010