Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
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 (309)
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, 2952🔥, 0💬
Popular Posts:
What Is HttpComponents httpcore-4.2.2.jar? HttpComponents httpcore-4.2.2.jar is the JAR file for Apa...
Apache Log4j SLF4J Binding allows applications coded to the SLF4J API to use Log4j 2 as the implemen...
What Is XMLBeans xbean.jar 2.6.0? XMLBeans xbean.jar 2.6.0 is the JAR file for Apache XMLBeans 2.6.0...
What Is HttpComponents commons-httpclient-3.1.j ar?HttpComponents commons-httpclient-3.1.j aris the ...
JDK 11 jrt-fs.jar is the JAR file for JDK 11 JRT-FS (Java RunTime - File System) defined in the "jdk...