Analyze JAR dependencies in a Java project -


i'm looking tool show me graph of jar dependencies in java project based on static analysis of compiled byte code. specifically, i'm trying figure out if there unused jars can eliminate, i'd better understanding of dependencies exist. i'm not using maven.

dependency finder comes close, deals in packages rather jars , there doesn't seem way query jars have no dependents. recommendations? free , open source preferred. thanks!

see jaranalyzer claims to:

... traverse through directory, parse each of jar files in directory, , identify dependencies between jar files.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -