Home
Categories
Dictionary
Download
Project Details
Changes Log
FAQ
License

Distribution



Distributions

There is are two jar files in the distribution:
  • jDependency.jar: jar file containing all the core classes of the library. This is the only jar file you need if you don't want to use the graphical interface
  • jDependency-ui.jar: jar file containing the specific swing classes of the library, depending on the jDependency.jar jar file. This jar file is useful only if you want to use the graphical interface

Usage

If you want to use the library, and you don't want to use the graphical interface, you only have to add the jDependency.jar to the classpath.

If you want to use the graphical interface, just double click on jDependency-ui.jar.

Dependencies

jDependency.jar depend on the following libraries[1]
Thye must be in a lib sub-directory, or specified directly on the Classpath
:
  • MDIUtilities-core-LGPL.jar (version 1.2.7.1)
  • asm-8.0.1.jar
  • asm-analysis-8.0.1.jar
  • asm-commons-8.0.1.jar
  • asm-tree-8.0.1.jar
  • asm-util-8.0.1.jar
  • asm-xml-6.2.1.jar
jDependency-ui.jar additionnally depends on the following libraries:
  • MDIUtilities-ui-LGPL.jar (version 1.2.7.1)
  • MDIFramework-swingAll.jar (version 1.3.2)

Java 9 integration

The jar files are Java 9 automatic modules.

See ModuleFinder.of(Path...) for more information.

  • jDependency.jar: The name of the module is: org.jdepend.core
  • jDependency-ui.jar: The name of the module is: org.jdepend.ui

Notes

  1. ^ Thye must be in a lib sub-directory, or specified directly on the Classpath

Categories: general

Copyright 2019 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 licence