jdk.jdeps (Java SE 11 & JDK 11 ) (original) (raw)

Defines tools for analysing dependencies in Java libraries and programs, including the jdeps,javap, and_jdeprscan_ tools.

This module provides the equivalent of command-line access to the_javap_ and jdeps tools via theToolProvider service provider interface (SPI)

Instances of the tools can be obtained by callingToolProvider.findFirst or the service loader with the name"javap" or "jdeps" as appropriate.

jdeprscan only exists as a command line tool, and does not provide any direct API.

Tool Guides:

javap,jdeprscan,jdeps

Module Graph:

Module graph for jdk.jdepsModule graph for jdk.jdeps

Since:

9

Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2025, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.