--- a/sourcefiles/src/com/baselet/control/Path.java
+++ b/sourcefiles/src/com/baselet/control/Path.java
@@ -6,11 +6,9 @@
 import java.net.URL;
 
 import org.apache.log4j.Logger;
-import org.eclipse.core.runtime.FileLocator;
 
 import com.baselet.control.Constants.Program;
 import com.baselet.control.Constants.RuntimeType;
-import com.baselet.plugin.MainPlugin;
 
 public class Path {
 
@@ -51,7 +49,8 @@
 	public static String homeProgram() {
 		if (homeProgramDir == null) {
 			if (Program.RUNTIME_TYPE == RuntimeType.ECLIPSE_PLUGIN) {
-				String path = null;
+				// BM debianisation: remove eclipse stuff
+/*				String path = null;
 				try {
 					URL homeURL = MainPlugin.getURL();
 					path = FileLocator.toFileURL(homeURL).toString().substring(new String("file:/").length());
@@ -59,7 +58,7 @@
 				} catch (IOException e) {
 					log.error("Cannot find location of Eclipse Plugin jar", e);
 				}
-				homeProgramDir = path;
+				homeProgramDir = path;*/
 			}
 			else {
 				// BM fixed path
