- All Superinterfaces:
- Mirror,- VirtualMachine
A virtual machine which searches for classes through paths
- Since:
- 1.3
- 
Field SummaryFields declared in interface com.sun.jdi.VirtualMachineTRACE_ALL, TRACE_EVENTS, TRACE_NONE, TRACE_OBJREFS, TRACE_RECEIVES, TRACE_REFTYPES, TRACE_SENDS
- 
Method SummaryModifier and TypeMethodDescriptionGet the base directory used for path searching.Get the boot class path for this virtual machine.Get the class path for this virtual machine.Methods declared in interface com.sun.jdi.MirrortoString, virtualMachineMethods declared in interface com.sun.jdi.VirtualMachineallClasses, allModules, allThreads, canAddMethod, canBeModified, canForceEarlyReturn, canGetBytecodes, canGetClassFileVersion, canGetConstantPool, canGetCurrentContendedMonitor, canGetInstanceInfo, canGetMethodReturnValues, canGetModuleInfo, canGetMonitorFrameInfo, canGetMonitorInfo, canGetOwnedMonitorInfo, canGetSourceDebugExtension, canGetSyntheticAttribute, canPopFrames, canRedefineClasses, canRequestMonitorEvents, canRequestVMDeathEvent, canUnrestrictedlyRedefineClasses, canUseInstanceFilters, canUseSourceNameFilters, canWatchFieldAccess, canWatchFieldModification, classesByName, description, dispose, eventQueue, eventRequestManager, exit, getDefaultStratum, instanceCounts, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOf, mirrorOfVoid, name, process, redefineClasses, resume, setDebugTraceMode, setDefaultStratum, suspend, topLevelThreadGroups, version
- 
Method Details- 
classPathGet the class path for this virtual machine.
- 
bootClassPathGet the boot class path for this virtual machine.
- 
baseDirectoryString 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.
 
 
-