]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.ui.launch/src/main/java/org/argeo/slc/ui/launch/SlcRuntime.java
Update license and copyright
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.ui.launch / src / main / java / org / argeo / slc / ui / launch / SlcRuntime.java
1 package org.argeo.slc.ui.launch;
2
3 import org.eclipse.core.runtime.CoreException;
4 import org.eclipse.jdt.launching.IVMInstall;
5
6 public interface SlcRuntime {
7 public String[] getClasspath() throws CoreException;
8 public String getJavaLibraryPath();
9 public IVMInstall getVmInstall() throws CoreException;
10 }