System.getenv 无法在 STS 中检索更新的值

System.getenv couldn't retrieve the updated value in STS

我正在使用 System.getenv() 方法在 Win7 的 STS(Spring 工具套件)中检索环境变量的值。 更新环境变量的值后,我总是检索旧值,而不是更新的值,甚至通过单击restart重新启动STS菜单上的命令。

通过关闭然后打开来重新启动 STS,而不是 restart 命令。