2022년 5월 25일 수요일

클래스로더 ClassLoader 가 로딩중인 lib 파일 경로 찾기

 ClassLoader classloader =

    org.apache.xmlbeans.XmlOptions.class.getClassLoader();
java.net.URL res = classloader.getResource(
    "org/apache/xmlbeans/XmlOptions.class");
String path = res.getPath();
System.out.println("XmlOptions came from " + path);

댓글 없음:

댓글 쓰기