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

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





Back to the top