X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=test%2Fjalview%2Fbin%2FCommandLineOperations.java;fp=test%2Fjalview%2Fbin%2FCommandLineOperations.java;h=d586dae2fe21cf6e2cdbea6fb771d038f18b1a54;hp=9b94be9246aaac25655c17f9ab517783f558c3ea;hb=f0036da9309c59dd0bfd09a268133d1bf6541136;hpb=7b52727e20e0d9bf798b5ded667d5bd6cb1c0397 diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index 9b94be9..d586dae 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -121,10 +121,12 @@ public class CommandLineOperations { cp_sep = ";"; } + // Note: JAL-3065 - don't include quotes for lib/* because the arguments are + // not expanded by the shell String _cmd = "java " + (withAwt ? "-Djava.awt.headless=true" : "") - + " -classpath \"./lib/*" + cp_sep - + "./classes\" jalview.bin.Jalview "; + + " -classpath ./classes" + cp_sep + + "./lib/* jalview.bin.Jalview "; System.out.println("CMD [" + cmd + "]"); Process ls2_proc = null; Worker worker = null;