Java/Eclipse Dependency mapping / graphing tool - Where is a JAR being used in my project?
Posted
by gav
on Stack Overflow
See other posts from Stack Overflow
or by gav
Published on 2010-06-03T13:41:08Z
Indexed on
2010/06/03
13:44 UTC
Read the original article
Hit count: 218
Hi All,
I have a JAR on the build path of a medium sized Java application and I would like to know where it's used. At the most basic level if someone could tell me how to 'Find References' for a Jar that would be great.
Whilst I'm looking at dependencies it would be great to find a tool that would map all of my package / external library usages and graph them. I used to have a free plug-in for eclipse that did just that but I haven't been able to rediscover it.
Thanks,
Gav
© Stack Overflow or respective owner