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