현재 실행 중인 class 파일의 절대 경로 구하기
String path = MyClass.class.getResource(".").getPath();
출처 : http://mrjh.com/wiki/content.php?no=211&page=5