From: Raymond Schanks on
Assume I have mutliple Java SE/Java EE installations of different releases mit many, many *.jars
on my hard disc. These *.jars are not necessarily mentioned in my CLASSPATH.

Ok, now I want to know which of all these *.jars contain a certain class e.g. myobject.class
resp. aaa.bbb.ccc.myobject.class

Is there a tool which let me perform such searches by peeking into all *.jars ?

Ray