I am trying to read the system property "user.dir" from the command line for a particular java process. I have seen several examples of obtaining the system property from Java code (System.getProperty), however I need the system property set for another java process.
How can I obtain the same?
-Duser.dir=foo. Is that what you mean? – home Jan 5 at 7:09Processfrom within your code? – Andrew Thompson Jan 5 at 7:25