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, ∼3346🔥, 0💬
Popular Posts:
What is the sax\Writer.java provided in the Apache Xerces package? I have Apache Xerces 2.11.0 insta...
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
How to download and install ojdbc6.jar for Oracle 11g R2? ojdbc6.jar for Oracle 11g R2 is a Java 6, ...
Apache Commons Codec library provides implementations of common encoders and decoders such as Base64...
What Is mail.jar of JavaMail 1.3? I got the JAR file from javamail-1_3.zip. mail.jar in javamail-1_3...