package org.argeo.slc.ui.launch; import org.eclipse.core.runtime.CoreException; import org.eclipse.jdt.launching.IVMInstall; public interface SlcRuntime { public String[] getClasspath() throws CoreException; public String getJavaLibraryPath(); public IVMInstall getVmInstall() throws CoreException; }