We are seeing an older version of a class being used, although we had the latest one deploy. To scan all JAR files in all subfolders of an application server, how do we write a small shell script that prints out the file name of JARS files in which this specific class is found?
Share
Something like:
You can wrap that up like this:
And then
jarscan org.jboss.Mainwill search for that class in all jar files found under the current directory