throw new IllegalArgumentException("No runtime of type 'org.apache.sling.ide.launchpadRuntimeType' found");
}
IRuntimeWorkingCopy rtwc = launchpadRuntime.createRuntime("temp.sling.launchpad.rt.id",
new NullProgressMonitor());
rtwc.save(true, new NullProgressMonitor());
IServerType serverType = null;
for (IServerType type : ServerCore.getServerTypes()) {
if ("org.apache.sling.ide.launchpadServer".equals(type.getId())) {
serverType = type;