On Fri, 25 Sep 1998, Arjun Panday wrote:

> To the java port developpers,
> 
> I'm designing an embedded application (=>small footprint!) in Java that I'd
> like to have running on a Linux OS. Is there a way to have Java (especially
> the AWT and Swing components) run without XWindows?
> That would mean using either
>        the frame buffer,
> or    GGI,
> or    SVGI lib.

There the Xvfb server (virtual framebuffer) thing. I think you might be
able to use that; it emulates a display with memory so you won't even need
a display card or a monitor or anything.

Reply via email to