JAL-3348 prepping getdown to pass JVM command line args
[jalview.git] / getdown / src / getdown / launcher / src / main / java / jalview / bin / StartupNotificationListener.java
index 5c6c7c3..c6aadd7 100644 (file)
@@ -25,5 +25,10 @@ public class StartupNotificationListener {
     }
 
   }
+  
+  public String[] getExtraCommandLineArguments() {
+    com.install4j.api.context.Context c = new com.install4j.api.context.Context();
+    return c.getExtraCommandLineArguments();
+  }
 
 }