throw new RuntimeException(
"error: " + command.getErrorMessage() +
" out: " + command.getResult());
}
}finally{
command.destroy();
}
return new EclipseInfo(
(String)Installer.getContext().getValue("eclipse.profile"),
(String)Installer.getContext().getValue("eclipse.local"),