Forrest logo
back to context overview

jdeps

List of commands for jdeps:

  • jdeps:tldr:19f43 jdeps: Analyze the dependencies of a `.jar` or `.class` file.
    $ jdeps ${filenamename-class}
    try on your machine
    explain this command
  • jdeps:tldr:60b03 jdeps: Print a summary of all dependencies of a specific `.jar` file.
    $ jdeps ${filenamename-jar} -summary
    try on your machine
    explain this command
  • jdeps:tldr:67dc6 jdeps: Output the results of the analysis in a DOT file into a specific directory.
    $ jdeps ${filenamename-jar} -dotoutput ${path-to-directory}
    try on your machine
    explain this command
  • jdeps:tldr:87bae jdeps: Display help.
    $ jdeps --help
    try on your machine
    explain this command
  • jdeps:tldr:8c0f5 jdeps: Print all class-level dependencies of a `.jar` file.
    $ jdeps ${filenamename-jar} -verbose
    try on your machine
    explain this command
back to context overview