FYI.
The normal way to do this is to use the Xvfb (X Virtual Frame Buffer)
X server. (Search your favorite open source software archive for this.
I think it comes from http://www.XFree86.org.)
The Xvfb "virtual" X server allows you to run and test programs
(such as server-side java image creation programs which rely on AWT,
which in turn relies on the presence of an X server) without the need
for any physical display hardware.
Stephen
At 03:21 PM 10/23/00 -0400, you wrote:
>I had a problem creating images on a linux box because no X server was
>installed. In looking around for solutions I found the following product
>that is an AWT implementation that is pure Java based:
>
>http://www.eteks.com/pja/en/
>
>I never got around to trying it out (I simply redirected images requests
>to an NT server), but it looks like it might be useful. Just thought I'd
>share...
>
>Elijah Roberts
>[EMAIL PROTECTED]
>