I am trying to list every class name being used in a jar, even the ones being used from import statements. I would like a programmatic way to find this solution. Any help is appreciated.
Asked
Active
Viewed 46 times
1
-
Maybe this [other question](https://stackoverflow.com/questions/4417820/how-to-list-dependencies-of-a-jar) helps – Lino Apr 09 '20 at 09:29
-
That gets the results, but i need a programmatic way to do it and not use a standalone utility – Anirudh Kashyap Apr 09 '20 at 19:30