JAL-3978 Getdown add getdownappbase property to launched Jalview
[jalview.git] / getdown / src / getdown / core / src / main / java / com / threerings / getdown / data / Application.java
index 8048728..36a8119 100644 (file)
@@ -1085,6 +1085,9 @@ public class Application
            log.info("Not setting proxy");
        }
 
+        // add the getdownappbase property.  getdownappdir is added by getdown.txt
+        args.add("-Dgetdownappbase=" + getAppbase().toString());
+
         // add the marker indicating the app is running in getdown
         args.add("-D" + Properties.GETDOWN + "=true");
         args.add("-Dsys.install4jVersion=" + Application.i4jVersion);