Hi Rossen!

> I developed several applications using Batik to generate SVG-s. My
> development environment is Win2000 and everything ran perfectly, I
generated
> lots of nice charts etc. But when I deployed my module to the real server
> which is RedHat Linux 2.2.14-5.0smp and I tried to run the thing look what
I
> got:
>
>  Exception:  java.lang.InternalError: Can't connect to X11 window server
> using ':0.0' as the value of the DISPLAY variable.
>         Stack Trace follows:
>         java.lang.InternalError: Can't connect to X11 window server using
> ':0.0' as the value of the DISPLAY variable.

Try this:

export DISPLAY=127.0.0.1:0.0
xhost +local:

Regards, Nadia


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to