Login  Register

Re: Ubuntu - Run single instance listener

Posted by dscho on Apr 29, 2011; 8:31am
URL: http://imagej.273.s1.nabble.com/Ubuntu-Run-single-instance-listener-tp3684690p3684695.html

Hi,

On Thu, 28 Apr 2011, Ghislain Bugnicourt wrote:

> {imagej -debug} tells me the 'd' option isn't allowed and lists other
> possible options :
>
>    imagej [options] image [ image2 ... image3 ]
>         -h        print help and more options
>         -o        open images in an open ImageJ panel
>         -p <N>    open images in ImageJ panel number <N>
>         -x <MB>   set available memory (default=1500 max=)

I am afraid that this means that the imagej executable does not hand
ImageJ options to ImageJ properly. So you need to call ImageJ thusly:

        java -jar ij.jar -debug -port1 <image-file>

Ciao,
Johannes