> Can't connect to X11 window server using ':0.0'
> as the value of the DISPLAY variable.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
> sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment
> .java:125)
>
Running on Solaris right? The Solaris implementation of AWT requires a
display device and by default uses DISPLAY 0:0. According to Sun this is not
a bug and will not be fixed.

Look on Sun's site for various workarounds.

Code wise, its best to steer well clear of AWT!

-- Steve



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

Reply via email to