Package dev.nozyx.jinjecte
Class Wrapper
- java.lang.Object
-
- dev.nozyx.jinjecte.Wrapper
-
public class Wrapper extends java.lang.ObjectWrapper class to ensure the required attach API classes are available.This class checks that the JDK's attach tools classes are present:
VirtualMachineandVirtualMachineDescriptor. If not found, it prints a helpful message and exits.Delegates execution to
Jinjecte.main(String[])after validation.
-
-
Constructor Summary
Constructors Constructor Description Wrapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Entry point for the wrapper.
-