Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] X Forwarding in PTP?

Hi

The remote tools process builder uses Jsch, and there seems to be some problems with Jsch X11 forwarding on Linux. See for example:

http://comments.gmane.org/gmane.comp.java.jsch/1286


Hope that helps
John



On Thu, Aug 15, 2013 at 2:14 PM, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:
Everyone,

Is there a way to do X forwarding with a remote execution in PTP? I have tried

remoteJob = processBuilder.start(IRemoteProcessBuilder.FORWARD_X11);

but this fails, as best as I can tell because the remote X application does not launch. Are there other options that I should try? This is going from 64bit RHEL 6 to 64bit RHEL6.

Regular X11 forwarding works fine.

Thanks!
Jay

--
Jay Jay Billings
Oak Ridge National Laboratory
Twitter Handle: @jayjaybillings

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top