<div dir="ltr">Hello,<div><br></div><div>after a recent update of my company Windows 10 laptop, ABCL 1.4 is landing me in an incorrect home directory.  Before I contact our support I would like to investigate the problem a bit more.  This is how far I got:</div><div><br></div><div>(user-homedir-pathname) returns</div><div><div>#P"C:/WINDOWS/system32/config/systemprofile/"<br></div></div><div><br></div><div>I wrote a little Java snippet to test "user.home"</div><div><div>public class UserHome {</div><div><br></div><div>    public static void main(String[] args) {</div><div>        System.out.println(System.getProperty("user.home"));</div><div>    }</div><div><br></div><div>}</div></div><div><br></div><div>and it returns, correctly, "C:\Users\977315"</div><div><br></div><div>I don't know how to call System.getProperty("user.home") from ABCL.  </div><div><br></div><div>I have multiple Java's on my laptop, and I need to doublecheck that my tests are self-consistent.  But in the meantime, how do I call System.getProperty?</div><div><br></div><div>Thanks,</div><div><br></div><div>Mirko</div><div><br></div></div>