jar 파일에 들어있는 class 목록을 보고 싶을 때
jar tvf jar파일명

jar 파일 풀기
jar xf jar파일명

class 파일에 들어있는 메소드를 보고 싶을 때
javap -c 클래스명

Latest update: 2010. 7. 16. 10:41