Login  Register

Re: ImageJ and X11

Posted by dscho on Mar 14, 2007; 2:14pm
URL: http://imagej.273.s1.nabble.com/ImageJ-and-X11-tp3700081p3700082.html

Hi,

On Tue, 13 Mar 2007, Mohana Ramaratnam wrote:

> I want to use ImageJ as a "background" process to create some images.
> These images are not viewed but written on disk. The environment that I
> am running this is on doesn't have any DISPLAY variable.
>
> I have tried launching my java app with -Djava.awt.headless=true with no
> success (java version 1.5.0_06 OS: solaris).

You should try to run it in batch mode instead. I.e. write a macro, and
call ImageJ with "-batch <macro>".

Hth,
Dscho