'jad'에 해당되는 글 1건

  1. 2010.05.14 Eclipse-JadClipse 설정

Eclipse-JadClipse 설정

Tip 2010. 5. 14. 11:25

1. http://jadclipse.sourceforge.net/wiki/index.php/Main_Page#Download에 접속하여 최신버전 다운로드

2. Eclipse Jad Plugin(net.sf.jadclipse_3.3.0.jar)을 설치되 있는 Eclipse/plugin 폴더에 저장

3. http://www.varaneckas.com/jad에 접속하여 jad.exe 파일을 다운

4. 이클립스 재시작

5. JAD 설정
   Window > Preferences.. > Java > JadClipse
       |- Path to Decompiler : C:\jad\jad.exe
       |- directory for temporary files : C:\_decompiler    > 역 컴파일러 폴더
       |- Reuse code buffer : 역컴파일된 코드를 Buffer에 기록

6. 설정확인
   Window > Preferences.. > General > Editors > File Associations
        : "*.class"의 설정값이 "jadClipse Class file Viewer"로 설정 되어 있는지 확인

7. 한글이 깨질경우 
        :    Window > Preferences.. > Java > JadClipse > Misc
                  |-Convert Unicode strings into ANSI strings 체크
Posted by 미스터네오
,