Re: Can't connect to X11 window server using '0:0' as the value ofthedisplay and now java.awt.HeadlessException

2003-03-20 Thread Georges Roux
Sorry but with headless I can't create a Frame, with Xvfb I can. Georges Andy Eastham wrote: Hi, I would say that Xvfb does _not_ connect to your display adapter - the v stands for virtual, ie it's not a real frame buffer as in a video card - it's a virtual one in your systems normal memory.

Re: Can't connect to X11 window server using '0:0' as the value ofthedisplay

2003-03-19 Thread Georges Roux
Thanks, I put System.setProperty(java.awt.headless, true); in my servlet init method and it's ok now. Georges Bill Barker wrote: Zsolt Koppany [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, does it need modifications in the application or it will work with every AWT