Class Jinjecte


  • public class Jinjecte
    extends java.lang.Object
    Main 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 void main​(java.lang.String[] args)
      Entry point of the Jinjecte CLI.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Jinjecte

        public Jinjecte()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Entry point of the Jinjecte CLI. Lists JVMs, allows the user to attach, and launches the command loop.
        Parameters:
        args - command-line arguments (ignored)