On 15/3/03 16:31, "Steven Noels" <[EMAIL PROTECTED]> wrote:
>> Before I do a full build, I would like to note a few things and ask a >> few questions. Execution of a number of builds involve testing. Some >> builds require Xvfb in order to work. I notice that there is an >> instance of this process currently running: can I depend on that? What > > You should be able to depend on that, yes. Other processes do, too. Mine > is set to DISPLAY=:0.0 If you're running JDK 1.4, you can run a headless AWT: http://java.sun.com/j2se/1.4/docs/guide/awt/AWTChanges.html#headless You won't need to rely on a virtual X server for drawing off-screen images. Pier