This class is a proxy for JDI bootstrap implementation.
It looks for corresponding jars with JDI implementation, loads appropriate bootstrap class
and redirects initialization to it. Details of the used JDI implementation are specified in
Bootstrap.properties file.
Property prefix to specify name of jars with JDI implementation.
PROPERTY_JDI_LOCATION
final public static String PROPERTY_JDI_LOCATION(Code)
Property to specify location of jars with JDI implementation.
Method Detail
virtualMachineManager
public static VirtualMachineManager virtualMachineManager()(Code)
Loads JDI implementation from corresponding jars and redirects initialization to
its Bootstrap class.
instance of VirtualMachineManager created by JDI implementation