I need to create an Image object in a servlet. The problem is that the
createImage() functions seems to need AWT and I can't create an AWT object
in a servlet because it always tries to connect to the X Server. Is there
something like a MemoryImage class that I can create to use as an offscreen
canvas in a servlet? I need that because I wan't to be able to return a GIF
image from a servlet like:

<IMG STR="/servlets/GifCreator">

Thanks in advance,
Faw


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to