Package dev.nozyx.jinjecte
Class Jinjecte
- java.lang.Object
-
- dev.nozyx.jinjecte.Jinjecte
-
public class Jinjecte extends java.lang.ObjectMain CLI application for attaching to running Java Virtual Machines (JVMs), retrieving system properties, and injecting Java agents.This class provides an interactive console interface to:
- List active JVMs and attach to one
- Display JVM system information
- Read system properties of the attached JVM
- Inject Java agents into the attached JVM
-
-
Constructor Summary
Constructors Constructor Description Jinjecte()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Entry point of the Jinjecte CLI.
-