[ImageJ-devel] jython scripting, No compatible service: io.scif.SCIFIOService

Johannes Schindelin Johannes.Schindelin at gmx.de
Tue Feb 25 12:57:24 CST 2014


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



More information about the ImageJ-devel mailing list