What is this error?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Aycm

What is this error?

Post by Aycm » Tue Jul 23, 2002 6:04 am

Hi,

I encountered this error when I was trying to output a chart using JSP.
Is there anyone know what's the cause of this error?
Thanks a lot.

java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName0(Compiled Code)
at java.lang.Class.forName(Compiled Code)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:63)
.
.
.


Aycm

David Gilbert

Re: What is this error?

Post by David Gilbert » Tue Jul 23, 2002 6:40 am

This thread has the most info:

http://www.object-refinery.com/phorum-3 ... 987&t=2987

Regards,

DG.

Locked