https://issues.apache.org/ooo/show_bug.cgi?id=124509
--- Comment #4 from [email protected] --- One more info, just to have it documented: I tried (successfully) to change with a hack the java.lang.ProcessEnvironment to get PATH and PWD, and was able to query these environment settings thereafter with System.getenv(...), however, these settings seem to be confined to the Java runtime. The ooRexx interpreter still crashes at initialization time when doing a getenv("PATH") returning a null value, so I assume that the process environment was not changed with that hack. --- P.S.: Just for the record: the aforementioned hack using java.lang.ProcessEnvironment came from <http://stackoverflow.com/questions/318239/how-do-i-set-environment-variables-from-java> in case someone is interested. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
