]> git.argeo.org Git - gpl/argeo-slc.git/blob - SlcSystem.java
0a765ffd7deb5694cef5f499ab59c5194b77076d
[gpl/argeo-slc.git] / SlcSystem.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 SlcSystem {
7 public String[] getClasspath() throws CoreException;
8 public String getJavaLibraryPath();
9 public IVMInstall getVmInstall() throws CoreException;
10 }