Is there a way to find all the class dependencies of a java main class?
I have been manually sifting through the imports of the main class and it\'s imports but then
in intellij idea you have the nifty dependency structure matrix. you can explore package- and class-level dependencies perfectly. if you like it simpler, you have a dependency viewer as well, but htere you can only see first-order dependencies.