ExtraJar is a simple GUI application for loading Java agents into a running JVM.
ExtraJar is an open source project distributed under the Apache License 2.0
- Download the latest build from releases
- Open the app
java -Xms128M -Xmx256M -jar ExtraJar.jar
- Select the desired JVM process from the list and click Next
(!) If the desired JVM is not on the list, try the following steps:
Find the arguments to run the program, if they contain the argument
-XX:+DisableAttachMechanism, delete it or replace it with
-XX:-DisableAttachMechanismThis will probably work.
- Select a Java-Agent to load
- Enjoy!
ExtraJar is in beta release.