views:

79

answers:

1

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!!

A: 

You might want to take Structure101 for a spin, it deals with dependency management at all levels in a Java codebase. Right click the list bottom left to copy and paste.

alt text

pth
Thank you for telling me about this very slick tool, pth. I did not solve my problem, though I am impressed enough that I may shell out the $800 for it.
judoman