mirror of
https://github.com/corda/corda.git
synced 2025-01-07 05:28:51 +00:00
Set a property that the LambdaWorks SCrypt library expects to be present.
This commit is contained in:
parent
86648ea054
commit
87125874b5
@ -2968,6 +2968,8 @@ jvmInitProperties(Thread* t, uintptr_t* arguments)
|
|||||||
local::setProperty(t, method, *properties, "java.vm.info",AVIAN_INFO);
|
local::setProperty(t, method, *properties, "java.vm.info",AVIAN_INFO);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
local::setProperty(t, method, *properties, "java.vm.specification.name", "Java Virtual Machine Specification");
|
||||||
|
|
||||||
local::setProperty
|
local::setProperty
|
||||||
(t, method, *properties, "java.home",
|
(t, method, *properties, "java.home",
|
||||||
static_cast<local::MyClasspath*>(t->m->classpath)->javaHome);
|
static_cast<local::MyClasspath*>(t->m->classpath)->javaHome);
|
||||||
|
Loading…
Reference in New Issue
Block a user