예전글들
JadClipse
진트
2009. 10. 7. 23:13
eclipse + jad + jadClipse 설정
자바의 컴파일 된 class파일로부터 소스코드를 추출해낼 수 있습니다.
- jad를 다운받고 이를 이클립스 루트에 설치합니다: http://www.varaneckas.com/jad
- jadclipse 다운로드한 후 eclipse의 plugin 디렉토리에 복사합니다: http://jadclipse.sourceforge.net
-
이클립스에서 Jad의 경로를 지정합니다.
- Window > Preferences... > Java > JadClipse > Path to Decompiler (Set the full path, e.g. jad)
-
클래스 파일과 Jad를 연결합니다.
- Window > Preferences... > General > Editors > File Associations and make sure that the JadClipse Class File Viewer has the default file association for *.class files.
-
한글이 깨지는 경우
- Window > Preferences... > Java > JadClipse > Convert Unicode String into Ansi Strings에 체크합니다.
이 글은 스프링노트에서 작성되었습니다.