getenv` method is a part of this package that returns the value of the specified environment variable. Example 1: String javaHome = System.getenv("JAVA_HOME"); ...
確定! 回上一頁