I'm looking for a Windows script/batch file that will search a specified directory and subdirs (or possibly use the CLASSPATH?) for jar files, then search in those jars for a specified class.
It'd be best if it didn't need another package to run, but if you need to use cygwin, that's acceptable.
I've had to do this by hand before (exploding the jars, etc.), and it's not very fun.