Brent Allsop wrote:
> 
> Folks,
> 
>         I'm attempting to get java server pages and java servlets
> running on a remote Linux box (Redhat 6.0) with apache.  I only have
> access to this linux box via telnet, no X or any graphics.
> 
>         What's the best JVM to use for something like this?  It looks
> as if they all require a windowing system to run.

If you don't need JDK1.2 (which is still pre-release), then get 1.1.7
(glibc version). If you run it with the DISPLAY environment variable
unset, then it won't try to use any X libraries or open an X server.

If you do use the AWT, then you do need X... but workarounds are
available to do that on a machine without a display. Sounds like that's
not your situation.

Nathan


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

Reply via email to