API (1) 썸네일형 리스트형 [Java] 시스템 환경변수 관련(getenv) public static String getenv(String name) 예) String sysPath = System.getenv("PATH"); 참고: https://docs.oracle.com/javase/8/docs/api/java/lang/System.html#getenv-java.lang.String- System (Java Platform SE 8 ) Sets the system property indicated by the specified key. First, if a security manager exists, its SecurityManager.checkPermission method is called with a PropertyPermission(key, "write") permi.. 이전 1 다음