Commit 74e45a9
authored
Make console runner use the same java installation as the calling process (#227)
## Usage and product changes
Makes TypeDB console runner use the same java installation as the
calling process, so the system remain hermetic.
## Implementation
* Sets `JAVA_HOME` for the console subprocess to the `java.home` system
property of the host process.1 parent 45e1bae commit 74e45a9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments