Nicolai Parlog 7/17/2017

A JDeps Tutorial - Analyze Your Project's Dependencies

Read Original

This article provides a hands-on tutorial for JDeps, a command-line tool included with the JDK for analyzing static dependencies in Java bytecode. It explains how to use JDeps to examine package and JAR-level dependencies, identify usage of JDK-internal APIs, and work with the module system, using the Scaffold Hunter project as a practical example.

A JDeps Tutorial - Analyze Your Project's Dependencies

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes