On Thu, 22 Dec 2005 04:17:29 -0800, iksrazal wrote:
> As you can see I've tried java.awt.headless=true . Any ideas?
What happens if you do not specify headless? After all, if X forwarding
works, why castrate your application in this way?

Signature
You can't run away forever,
But there's nothing wrong with getting a good head start.
--- Jim Steinman, "Rock and Roll Dreams Come Through"
iksrazal@gmail.com - 23 Dec 2005 18:26 GMT
> On Thu, 22 Dec 2005 04:17:29 -0800, iksrazal wrote:
>
[quoted text clipped - 7 lines]
> But there's nothing wrong with getting a good head start.
> --- Jim Steinman, "Rock and Roll Dreams Come Through"
Yeah that was it. Moral of the story - X11 forwarding needs to be
turned on server-side - don't use java.awt.headless=true .
iksrazal