- Notifications
You must be signed in to change notification settings - Fork6
Load Java Agents at any running JVM process and more, no JDK needed
License
NotificationsYou must be signed in to change notification settings
mageddo-projects/jvm-attach
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Jvm Attach make it easy to execute operations intoremote running Java Virtual Machines from Java code,zero C/C++ needed.
- Attach shared library agent
- Attach jar JavaAgent
- All other features supported byjattach
compile("com.mageddo.jvmattach:jvm-attach:1.0.0");publicclassMain {publicstaticvoidmain(String[]args) {JvmAttach.loadJar(JvmAttach.getCurrentPid(),Main.class.getResourceAsStream("/simple-agent.jar"));// simple agent loaded: null }}
Seeunit tests for more examples
- HotSpot JRE 8+, OpenJ9 JVMs are not supported, no JDK needed
About
Load Java Agents at any running JVM process and more, no JDK needed
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published