NAME

fjar -- Find Java .jar containing provided class

SYNOPSIS

fjar [-i] regexp [files.jar | directory ...]

DESCRIPTION

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

EXAMPLES

$ fjar AbstractLayout `find $ECLIPSE_HOME -name '*.jar'`

SEE ALSO

jar(1), find(1)

AUTHOR

Brian de Alwis (http://www.cs.ubc.ca/~bsd/)