Command command = new InstallCommand(
null, url, "org.eclim.installer", "org.eclipse.equinox.p2.director");
try{
command.start();
command.join();
if(command.getReturnCode() != 0){
if (command.isShutdown()){
return false;
}
RuntimeException re = new RuntimeException(