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.
(please note that I'm not a Linux expert at all, so I don't really know what
I am talking about! but I was told these would be alternatives to using X
with less memory requirements)

Plus I have a "side question": my embedded application can access the
Internet (using JEditorPane), but it doesn't have a keyboard or a mouse..
does anyone know how to select and fire hyperlinks on an html page using
function calls (as opposed to mouse or keyboard events..).

thanks a lot for your help,

Arjun Panday
[EMAIL PROTECTED]

Reply via email to