Package | Description |
---|---|
org.eclipse.wst.jsdt.launching |
Modifier and Type | Method and Description |
---|---|
LibraryLocation[] |
StandardVMType.getDefaultLibraryLocations(java.io.File installLocation)
NOTE: We do not add libraries from the "endorsed" directory explicitly, as
the bootpath contains these entries already (if they exist).
|
LibraryLocation[] |
IVMInstallType.getDefaultLibraryLocations(java.io.File installLocation)
Returns a collection of
LibraryLocation s that represent the
default system libraries of this VM install type, if a VM was installed
at the given installLocation . |
LibraryLocation[] |
IVMInstall.getLibraryLocations()
Returns the library locations of this IVMInstall.
|
LibraryLocation[] |
AbstractVMInstall.getLibraryLocations() |
static LibraryLocation[] |
JavaRuntime.getLibraryLocations(IVMInstall vm)
Evaluates library locations for a IVMInstall.
|
Modifier and Type | Method and Description |
---|---|
void |
IVMInstall.setLibraryLocations(LibraryLocation[] locations)
Sets the library locations of this IVMInstall.
|
void |
AbstractVMInstall.setLibraryLocations(LibraryLocation[] locations) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.