class-file-extractor icon indicating copy to clipboard operation
class-file-extractor copied to clipboard

Extract loaded classes from a running JVM application

Results 1 class-file-extractor issues
Sort by recently updated
recently updated
newest added

On linux when trying to load the agent we get the following exception: `Exception in thread "main" com.sun.tools.attach.AgentLoadException: Agent JAR not found or no Agent-Class attribute at jdk.attach/sun.tools.attach.HotSpotVirtualMachine.loadAgent(HotSpotVirtualMachine.java:163) at com.extractor.ClassFileExtractor.main(ClassFileExtractor.java:74)`...