I am looking for a tool that lists the .class dependencies for a given Java class to run. Kind of like what Dependency Walker does for Windows applications.
I am aware of some tools, but they are overly complicated or not quite a match, including
- Class Dependency Analyzer
- GenJar
- Dependency Finder
- One-JAR
Any suggestions? TIA!!