mirror of
https://github.com/corda/corda.git
synced 2025-01-23 04:48:09 +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.dir=%s", getcwd(buffer, PATH_MAX));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
add(e, array, index++, "user.home=%s", getenv("HOME"));
|
||||||
|
|
||||||
#endif // not Windows
|
#endif // not Windows
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user