Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
Search for Double Entries with jarscan
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
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
2015-04-28, 1850🔥, 0💬
Popular Posts:
How to download and install javamail-1_2.zip? The JavaMail API is a set of abstract APIs that model ...
JDK 11 java.base.jmod is the JMOD file for JDK 11 Base module. JDK 11 Base module compiled class fil...
Apache ZooKeeper is an open-source server which enables highly reliable distributed coordination. Ap...
What Is poi-ooxml-5.2.3.jar? poi-ooxml-5.2.3.jar is one of the JAR files for Apache POI 5.2.3, which...
What Is commons-logging-1.2.jar? commons-logging-1.2.jar is the JAR file for Apache Commons Logging ...