资 源 简 介
This tool helps to search inside of multiple zips or jars. This also supports 4 different string matching criteria like "Equals", "Starts With", "Ends With" & "Contains". One can search on the names of files that the zip contains.
This tool becomes very handy in case of ClassNotFoundException arises or to find out the jar name which contains the class file you need. The simple GUI of this tool makes the task easy.
To start the tool you can directly execute the "SearchZipsAndJars.exe" file or the "SearchZipsAndJars.jar" file. If you like to execute through java command please execute the following command.
Java -jar SearchZipsAndJars.jar
Source code is available here for suggestions/comments. At any time if you want any enhancement is needed, contact me.