Re: Using AWT Classes on Linux

2000-12-01 Thread KIRKBRIDE Rob
You need to do 'xhost +' on the X server machine, or xhost +machinename. man xhost Rob -- From: Santosh Dawara To: ingo rockel; [EMAIL PROTECTED]; KIRKBRIDE Rob ([EMAIL PROTECTED]) Subject: Re: Using AWT Classes on Linux Date: 01 December 2000 12:07 It seems to have helped

Re: Using AWT Classes on Linux

2000-12-01 Thread Santosh Dawara
It seems to have helped, but I am stuck again ... Xlib: connection to "machine.india.co.in:0.0" refused by server Xlib: Invalid MIT-MAGIC-COOKIE-1 key Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using 'machine.india.co.in:0.0' as the value of the DISPLAY

Re: Using AWT Classes on Linux

2000-12-01 Thread Ingo Rockel
Try: export DISPLAY=:0.0 in the shell (if it is a bash) before starting the JavaApp. Ingo On -1 xxx -1, Santosh Dawara wrote: > Hi, > > I am having a slight problem with my X Setup, > I can't run any of the Java Graphics. Could > some one please help ! > > Regards, > Santos

Using AWT Classes on Linux

2000-12-01 Thread Santosh Dawara
Hi, I am having a slight problem with my X Setup, I can't run any of the Java Graphics. Could some one please help ! Regards, Santosh Dawara. The Error is reproduced here => Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the