MyClass.class.getProtectionDomain().getCodeSource().getLocation().getPath();


현재 JVM에 로드된 클래스의 물리적 파일 위치를 반환.

+ Recent posts