Hi Mark, On Tue, 25 Feb 2014, Mark Hiner wrote:
> First of all, I think it's awesome that you're doing this. It's great to > see someone testing things from the scripting side, and it's definitely > revealing some weaknesses. So thank you for that! > > Anyway, when running from the command line: > > CP=`find /home/hajaalin/Software/fiji-20140219/Fiji.app/jars -name '*.jar' > > |sed ':a;N;$!ba;s/\n/:/g'` Please note that calling the ImageJ launcher with a .py script will magically do the right thing: ~/Software/fiji-*/Fiji.app/ImageJ-linux64 my-script.py If you want to know what command-line would correspond to this invocation, just add --dry-run. Ciao, Dscho _______________________________________________ ImageJ-devel mailing list ImageJ-devel@imagej.net http://imagej.net/mailman/listinfo/imagej-devel