Java Debug Interface

Uses of Interface
com.sun.jdi.VirtualMachine

Packages that use VirtualMachine
com.sun.jdi This is the core package of the Java Debug Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities. 
 

Uses of VirtualMachine in com.sun.jdi
 

Subinterfaces of VirtualMachine in com.sun.jdi
 interface PathSearchingVirtualMachine
          A virtual machine which searches for classes through paths
 


Java Debug Interface