mirror of
https://github.com/corda/corda.git
synced 2025-01-07 05:28:51 +00:00
Merge pull request #252 from joshuawarner32/master
Define user.home property on posix
This commit is contained in:
commit
8673389fdc
@ -838,6 +838,8 @@ extern "C" JNIEXPORT jobjectArray JNICALL
|
||||
add(e, array, index++, "user.dir=%s", getcwd(buffer, PATH_MAX));
|
||||
}
|
||||
|
||||
add(e, array, index++, "user.home=%s", getenv("HOME"));
|
||||
|
||||
#endif // not Windows
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user