Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This jdeps command will output the dependencies in DOT file format and one output .dot file per JAR file.

See the jdeps man page for more information.  jdeps is a static analysis tool on the given class files and dynamic class dependencies (Class.forName or loading of service providers etc) are not reported.

...