Extract loaded classes from a running JVM application
java -jar extractor.jar <pid> <output.jar> [prefix]
<pid>- process ID of the target JVM.<output.jar>- output file name (where to store the extacted class files).[prefix]- optional class name prefix (e.g. to extract classes only in a selected package).