Extra JVL file association in the installer. Shadowed gradle-launcher.jar and classpa...
[jalview.git] / getdown / src / getdown / launcher / src / main / java / com / threerings / getdown / launcher / GetdownApp.java
index fde79f3..6548fde 100644 (file)
@@ -99,6 +99,7 @@ public class GetdownApp
         log.info("-- User Name: " + System.getProperty("user.name"));
         log.info("-- User Home: " + System.getProperty("user.home"));
         log.info("-- Cur dir: " + System.getProperty("user.dir"));
+        log.info("-- JVL: " + System.getProperty("jvl"));
         log.info("---------------------------------------------");
 
         Getdown app = new Getdown(envc) {