Re: newb: How to determine package dependencies from one jar?
"Kees Jan Koster" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <opsjzqlycfh1gx1t@likeever> |
Dear Dean, > > Is there a way to use the bcel, to go through a jar and determine that > biz.xsoftware.router depends on biz.xsoftware.model? I basically want > to go through all the class files in biz.xosftware.router package and > see if any depend on any classes in the bix.xsoftware.model. > For this particular purpose, perhaps you could consider using JDepend? http://www.clarkware.com/software/JDepend.html Of course, if this is an excercise to learn how to use BCEL, ignore this message. :-) Kees Jan