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
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
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