Secure Global desktop
i have installed Sun Secure Global desktop on Linux, but I am
unable to use array manager and object manager. I am getting error:
java.lang.ExceptionInInitializer error caused by java.awt.headlessexception no x11 DISPLAY variables was set,
but this program performed an operation which required it.
[330 byte] By [
rubiblr] at [2007-11-25 22:27:04]

# 1
Likely, you need to enable X forwarding in sshd_config
--
Adding support for X applications
To support X applications through OpenSSH, enable X11 forwarding in the OpenSSH configuration file. On each Secure Global Desktop host:
1. Edit the sshd_config file and include the following:
X11Forwarding yes
2. Edit the ssh_config file and include the following:
ForwardAgent yes
ForwardX11 yes
3. Restart the SSH daemon.