Problem with running remote Linux Java GUI

2005-04-26 Thread Ming George
Hi friends, I use Cygwin/X to run remote X window programs. It works perfect for normal Linux X applications; but not for any Java GUI. In a Cygwin xterm, when I run a Java GUI in a remote linux machine, I only get an empty window which does not show all the interface elements, e.g., button,

Re: Problem with running remote Linux Java GUI

2005-04-26 Thread Christopher Mark Conn
George Ming writes: I use Cygwin/X to run remote X window programs. It works perfect for normal Linux X applications; but not for any Java GUI. In a Cygwin xterm, when I run a Java GUI in a remote linux machine, I only get an empty window which does not show all the interface elements,

Re: Problem with running remote Linux Java GUI

2005-04-26 Thread Levent Yilmaz
I also had some problems with certain programs (not necessarily with java). And find a simple solution which I do not know it works: If you are using ssh with X11 forwarding for connections, maybe -Y (instead of -X) may work for you. -L. Ming George wrote: Hi friends, I use Cygwin/X to run