The Java Debug Interface (JDI) is a high level Java API providing information useful for debuggers and similar systems needing access to the running state of a (usually remote) virtual machine.
I found some classes designed for debugging in package com.sun.jdi like VirtualMachine, but I can't use this because …
java java-7 jdi