I am searching for a .class file inside a bunch of jars.
jar tf abc.jar
works for one file. I tried
find -name \"*.jar\" | xa
If you are using Eclipse, you can create a project and add all jars. You will then be able to find a class in any of the jars.