I could use System.getenv(String name)
to get the environment variable, I would ask how to set environment variable with java?
I didn't find such method defined in the System
class
I could use System.getenv(String name)
to get the environment variable, I would ask how to set environment variable with java?
I didn't find such method defined in the System
class