Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Search within Jar file [closed]

I have a lot of Jar files and I need to search for a particular class file within that JAR files? Can someone please suggest a Tool to do this?

like image 423
Swapna Avatar asked Apr 05 '11 13:04

Swapna


1 Answers

I know, it's an old topic but it may help people who google and come here.

You can try zfind utility: http://sourceforge.net/projects/zfind

It supports most common archive/compressed files (jar, zip, tar, tar.gz etc) and unlike many other jar or zip finders, supports nested zip files (zip within zip, jar within jar etc) till unlimited depth.

Disclaimer: I wrote the utility, but I believe it does the job nicely. I won't suggest it otherwise.

like image 127
Dipankar Datta Avatar answered Oct 01 '22 22:10

Dipankar Datta