return FileLocator.toFileURL(url).getFile();
}
private void checkRutaInterpreter() throws IOException, CoreException {
IEnvironment localEnv = LocalEnvironment.getInstance();
DefaultInterpreterEntry defaultInterpreterEntry = new DefaultInterpreterEntry(
RutaNature.NATURE_ID, localEnv.getId());
IInterpreterInstall defaultInterpreterInstall = ScriptRuntime.getDefaultInterpreterInstall(defaultInterpreterEntry);
IFileHandle rawInstallLocation = defaultInterpreterInstall.getRawInstallLocation();
if(!rawInstallLocation.exists()) {
String pluginIdToJarPath = pluginIdToJarPath(RutaIdePlugin.PLUGIN_ID);