分析Java项目中的JAR依赖关系 [英] Analyze JAR dependencies in a Java project

查看:717
本文介绍了分析Java项目中的JAR依赖关系的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个工具,通过编译字节码的静态分析,可以显示我的Java项目中的JAR依赖关系图。具体来说,我想弄清楚是否有可以消除的未使用的JAR,但是我也想更好地了解存在的依赖关系。我不使用Maven。

I'm looking for a tool that will show me a graph of JAR dependencies in my Java project based on static analysis of the compiled byte code. Specifically, I'm trying to figure out if there are unused JARs that I can eliminate, but I'd also just like to get a better understanding of the dependencies that exist. I'm not using Maven.

依赖关系查找器接近,但它处理包而不是JAR,似乎没有任何方式来查询没有依赖关系的JAR。任何建议?自由和开源优先。谢谢!

Dependency Finder comes close, but it deals in packages rather than JARs and there doesn't seem to be any way to query it for JARs that have no dependents. Any recommendations? Free and open source preferred. Thanks!

推荐答案

JBoss Tattletale 完全符合我的需要。

这篇关于分析Java项目中的JAR依赖关系的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆