ssh « GUI « Java Swing Q&A





1. SSH X11 Tunneling    stackoverflow.com

I'm running Ubuntu 9.10 and trying to run a Java program I wrote whose source code is located on a remote machine. I'm using ssh to connect using the following command ...

2. Closing SSH connection kill deamon    coderanch.com

I use a GUI frame in the startup of my application and then it is supposed to be left to run as a daemon, but when I close the SSH session, the app crashes with the error: X connection to localhost:10.0 host broken (explicit kill or server shutdown) I isolated the problem with a small program: import java.awt.FlowLayout; import java.io.IOException; import ...

3. GUI on solarus through SSH, Help?    forums.oracle.com