fjar -- Find Java .jar containing provided class
fjar [-i] regexp [files.jar | directory ...]
Find jars with matching class names. If no jars specified, then use jars on CLASSPATH. If directories specified, then uses all jar files found under that directory strucure.
Command line arguments are as follows:
| -i | ignore case |
fjar is available here
$ fjar AbstractLayout `find $ECLIPSE_HOME -name '*.jar'`
jar(1), find(1)
Brian de Alwis (http://www.cs.ubc.ca/~bsd/)