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, ∼3349🔥, 0💬
Popular Posts:
Where to get the Java source code for Connector/J 8.0 Protocol Impl module? Java source code files f...
What Is wstx-asl-3.2.8.jar? wstx-asl-3.2.8.jar is JAR file for the ASL component of Woodstox 3.2.8. ...
What Is commons-io-2.11.jar? commons-io-2.11.jar is the JAR file for Commons IO 2.5, which is a libr...
What is the jaxp\SourceValidator.jav aprovided in the Apache Xerces package? I have Apache Xerces 2....
iText is an ideal library for developers looking to enhance web- and other applications with dynamic...