Re: Java and X11
Re: Java and X11
- Subject: Re: Java and X11
- From: Nick Phillips <email@hidden>
- Date: Wed, 18 Jun 2003 16:36:50 +1200
On Wednesday, June 18, 2003, at 03:44 PM, Butch Steinert wrote:
Any ideas how to get ssh to set the DISPLAY variable when turning X11
forwarding on?
If ssh is doing X11 forwarding, the DISPLAY variable *will* be set. If
DISPLAY is not
getting set, it is going to be because ssh is not doing X11 forwarding.
Remember that
you need it to be turned on on both client and server -- by default
neither will do it.
This is because X11 forwarding is a good way to allow someone who has
control of
the server to gain control of your machine too...
Look in /etc/sshd_config on OS X for the server config, and make sure
X11Forwarding
is set to yes.
Any idea how to tell Java on a Mac to run using the X11 libraries
rather than the Mac libs?
I'd make sure that your X11 forwarding is working before worrying too
much about that.
Cheers,
Nick
--
Nick Phillips / +64 3 479 7073 / email@hidden
# these statements are my own, not those of the University of Otago
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.
References: | |
| >Java and X11 (From: Butch Steinert <email@hidden>) |