<div dir="ltr"><div>Hi,</div><div><br></div><div>I've been away from ABCL for some time, so I ask your indulgence in case I'm revisiting a familiar issue.  I tried (SETF (UIOP:GETENV "foo") "value") and got</div><div><br></div><div>Not (currently) implemented on ABCL: (SETF UIOP/OS:GETENV)</div><div><br></div><div>On investigation, I see that the JVM doesn't normally support setting environment variables, but there are known ways to jimmy it into doing so: <a href="https://stackoverflow.com/questions/318239/how-do-i-set-environment-variables-from-java" target="_blank">https://stackoverflow.com/questions/318239/how-do-i-set-environment-variables-from-java</a></div><div><br></div><div>Would a PR to add such a hack to ABCL be welcome, or should I just make it a local mod?  Or is there another, recommended way of doing this?</div><div><br></div><div>-- Scott</div><div><br></div></div>