headless mode available?

2006-09-10 Thread Martin Cordova

Hello:

Is it possible with latest classpath libs to use graphic/image APIs in
headless mode?. I would like to run some JFreeChart based code on a
text-mode server (shared XOrg libraries are installed).

If possitive, are there any special flags when building classpath libs
that enable this?

Thanks a lot,
Martin
--
Dinamica - RADical J2EE framework
open source, easy and powerful
http://www.martincordova.com



Re: headless mode available?

2006-09-11 Thread Mark Wielaard
Hi,

On Mon, 2006-09-11 at 00:52 -0400, Martin Cordova wrote:
> Is it possible with latest classpath libs to use graphic/image APIs in
> headless mode?. I would like to run some JFreeChart based code on a
> text-mode server (shared XOrg libraries are installed).

Not at the moment. It does work semi-headless when run with Xvfb. Debian
has a utility script called xvfb-run which makes running under Xvfb
really easy. That is what we currently use on our autobuilder/tester to
verify graphics/awt.

Cheers,

Mark