그냥 마켓에서 jadclipse 써도 나온다.
jadClipse 주소
http://sourceforge.net/projects/jadclipse/
설치는 아래 방법으로 했으나 마켓으로 해도 걍 되지 않을까..
1. 첨부파일 다운 받습니다
2. eclipse 가 있는 폴더안에 plugins 폴더안에 net.sf.jadclipse_3.3.0.jar파일 삽입
3. 이클립스 재시작
4. Window > Preferences > Java > JadClipse 에서 Path to decompiler 항목은 첨부파일을 받은 jad.exe 로 path를 잡아준다
ex) F:\springsource\sts-3.1.0.RELEASE\util\jad\jad.exe
Directory for temporay files 는 적당한 위치에 잡아준다
ex) F:\springsource\sts-3.1.0.RELEASE\util\.net.sf.jadclipse
5. Window > Preferences > Java > JadClipse > Mise 에서 Convert Unicode strings into ANSI strings 체크(한글깨짐방지)
6. Window > Preferences > General > Editors > File Associations 에서 *.class , *.class without source 두개다 default를 JadClipse Class File Viewer로 선택 후 ok 완료
[출처] eclipse 디컴파일 (jad)연동|작성자 시네루
'학습자료 > Java' 카테고리의 다른 글
[java] java.library.path - linux, eclipse (0) | 2013.03.19 |
---|---|
[Java] messagePack(rpc 구현) (0) | 2013.02.27 |
[Java] Network framework (Netty, Apache MINA) (0) | 2013.02.26 |
[Java] 네트워크 장비 검색(zeroconf/avahi/bonjour) (1) | 2013.02.13 |
자바 정규식 문법 [펌] (0) | 2012.08.14 |