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:
What Is JarAnalyzer
What Is JarAnalyzer?
✍: FYIcenter.com
JarAnalyzer is a dependency management utility for JAR files developed by Kirk Knoernschild.
It's primary purpose is to traverse through a directory, parse each of the JAR files in that directory,
and identify the dependencies between the JAR files. The output is an XML file representing
the physical dependencies between the JAR files.
A physical dependency exists when one deployable module has a compile time dependency on another deployable module. The most common form of deployable module in Java is the JAR file. For instance, if A.jar requires B.jar in the classpath at compile time, then A.jar has a physical dependency on B.jar. This physical dependency usually requires that A.jar also be deployed with B.jar. There are many driving forces behind why we need to manage PhysicalDependencies.
For more information, visit JarAnalyzer Website.
⇒ Download JarAnalyzer-1.2.zip
⇐ JarAnalyzer by Kirk Knoernschild
2015-06-10, ∼3216🔥, 0💬
Popular Posts:
JDK 11 jdk.internal.le.jmod is the JMOD file for JDK 11 Internal Line Editing module. JDK 11 Interna...
Jaxen, Release 1.1.1, is an open source XPath library written in Java. It is adaptable to many diffe...
Where to get the Java source code for Connector/J 8.0 Core Impl module? Java source code files for C...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
Apache Commons Codec library provides implementations of common encoders and decoders such as Base64...