bndtools.central.Starter Maven / Gradle / Ivy
The newest version!
package bndtools.central;
import org.eclipse.ui.IStartup;
public class Starter implements IStartup {
@Override
public void earlyStartup() {
try {
Central.getWorkspace();
} catch (Exception e) {
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy