Module jdk.jdi
Package com.sun.jdi

Interface PathSearchingVirtualMachine

  • All Superinterfaces:
    Mirror, VirtualMachine

    public interface PathSearchingVirtualMachine
    extends VirtualMachine
    A virtual machine which searches for classes through paths
    Since:
    1.3
    • Method Detail

      • classPath

        List<String> classPath()
        Get the class path for this virtual machine.
        Returns:
        List of components of the classpath, each represented by a String.
      • bootClassPath

        List<String> bootClassPath()
        Get the boot class path for this virtual machine.
        Returns:
        List of components of the boot class path, each represented by a String.
      • baseDirectory

        String baseDirectory()
        Get the base directory used for path searching. Relative directories in the class path and boot class path can be resolved through this directory name.
        Returns:
        the base directory.