System.out.println(reader.getClass().getResource("."));
System.out.println(reader.getClass().getClassLoader().getResource("."));
=> 테스트 결과
file:/D:/google_castest/web/WEB-INF/classes/com/google/cas/
file:/D:/google_castest/web/WEB-INF/classes/
'java core' 카테고리의 다른 글
| 클래스로딩에 대한 좋은 글 (0) | 2010.06.03 |
|---|---|
| 로그를 통해서 ClassLoading 순서 보기 (0) | 2010.06.03 |
| Class.getResource()와 Class.getClassLoader().getResource() 의 차이점 (0) | 2010.05.28 |
| sun.misc.GC 클래스 (0) | 2010.05.26 |
| System.arraycopy보다 유연한 Arrays.copyOf 메서드 (0) | 2010.05.13 |
| String의 intern 메소드에 대해서 잘 쓴 글 (0) | 2010.05.13 |



댓글을 달아 주세요