Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] launching remote proxy script

For the MPICH2 proxy, I used autoconf to substitute the absolution path of the installation directory into the python program. See the org.eclipse.ptp.mpich2.proxy for details.

Greg

On Nov 1, 2007, at 10:29 AM, Feiyi Wang wrote:

absolute path will work, but I was trying to avoid that.
the problem is I can't seem to get the full path of the proxy executable passed in.

Greg Watson wrote:
I imagine the working directory is whatever it was when the JVM was started. ProcessBuilder doesn't change this unless you explicitly ask it to. Ruby allows you to specify the absolute path of the library in the require statement. Why don't you do that?
Greg

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




Back to the top