]> git.argeo.org Git - gpl/argeo-slc.git/blob - ide/plugins/org.argeo.slc.ide.ui/src/org/argeo/slc/ide/ui/SlcSystem.java
Merge branch 'master' of https://github.com/argeo/argeo-slc.git
[gpl/argeo-slc.git] / ide / plugins / org.argeo.slc.ide.ui / src / org / argeo / slc / ide / ui / SlcSystem.java
1 package org.argeo.slc.ide.ui;
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 }