public class StandardVM extends AbstractVMInstall
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJavaVersion()
Returns a string representing the
java.version system property
of this VM install, or null if unknown. |
IVMRunner |
getVMRunner(java.lang.String mode)
Returns a VM runner that runs this installed VM in the given mode.
|
abort, equals, getId, getInstallLocation, getJavadocLocation, getLibraryLocations, getName, getVMArgs, getVMArguments, getVMInstallType, hashCode, setInstallLocation, setJavadocLocation, setLibraryLocations, setName, setNotify, setVMArgs, setVMArguments
public IVMRunner getVMRunner(java.lang.String mode)
IVMInstall
getVMRunner
in interface IVMInstall
getVMRunner
in class AbstractVMInstall
mode
- the mode the VM should be launched in; one of the constants
declared in org.eclipse.debug.core.ILaunchManager
null
if the given mode
is not supported by this VM.org.eclipse.debug.core.ILaunchManager
public java.lang.String getJavaVersion()
IVMInstall2
java.version
system property
of this VM install, or null
if unknown.getJavaVersion
in interface IVMInstall2
getJavaVersion
in class AbstractVMInstall
java.version
system property
of this VM install, or null
if unknown.Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.