for (String path : runtimePath){
if (new File(path).canWrite()){
if (Installer.isUninstall()){
File eclimDir = new File(path + "/eclim");
if (eclimDir.exists()){
if (eclimDir.canWrite()){
filtered.add(path);
}else{
logger.warn(
path + "/eclim is not writable by the current user");
}