I have a jar file containing so many *.class files. I need to SEARCH one method (i just have the method name alone with me now) in which class file.
Is it possible ?
You can open the jar in winzip/winrar and decompile the class file into java file. There are multiple decompilers available on net