Prev: When String.hashCode() returns 0 (Was: what the benefit is by using annotation, like "@Immutable" ?)
Next: JMX & tomcat
From: Raymond Schanks on 27 Jul 2010 04:29 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 |