0

How can I identify java classes which will be used in a java *.class file by parsing the compiled *.class file?

Thanks in advance.

TTho Einthausend
  • 609
  • 4
  • 13
  • Are you going to use any class-parsing library in your runtime or using `javap foo/Bar.class | grep -P '#\d+ = Class'` would be enough? – terrorrussia-keeps-killing Dec 14 '20 at 08:43
  • 1
    Too little information about your requirements. [This answer](https://stackoverflow.com/a/50040336/2711488) does it using open source libraries whereas [this one](https://stackoverflow.com/a/19928470/2711488) does without additional libraries. – Holger Dec 14 '20 at 09:52

0 Answers0