Search for Double Entries with jarscan

Q

jarscan is a command line tool and library for scanning JAR archives.

This how-to tutorial shows you how to search for duplicate file entries in multiple JAR files. In this case, you need to know which version of the file is used by the JVM.

✍: FYIcenter.com

A

Example 1: To search for classes that were included in multiple JAR files in the "xyz-2.1.3" folder:

jarscan -d xyz-2.1.3 -v -double

 

jarscan JAR File - jarscan.jar

Search by Java Version with jarscan

jarscan - JAR File Scanner

⇑⇑ Java/JAR Tools

2015-04-28, 1676🔥, 0💬