I write a Java program that needs to use the functionality of jdeps
. I can call it as a process and parse the command line output, but as jdeps
is a Java tool, I would prefer to use Java methods instead.
Does the JRE/JDK offer these jar/class analysing methods?