Getting a live view of environment variables (Gradle and JDK 9)

Jochen Theodorou blackdrag at gmx.org
Fri May 19 06:18:16 UTC 2017


On 19.05.2017 08:08, Noctarius wrote:
> Hey Jochen,
>
> Couldn't the gradle call transfer his view of the environment? I know
> that's a workaround but it would solve the issue, wouldn't it?

IMHO it could so by calling native code using posix functions. But what 
does it matter if getEnv is not updated? So you need to bytecode-rewrite 
that... and frankly, then you will no longer need the native code approach.

bye Jochen



More information about the core-libs-dev mailing list