eclipse 3.5.2 갈릴레오(Galileo)에 jadclipse 설치

1. jadclipse plug-in 최신버젼을 다운로드(net.sf.jadclipse_3.3.0.jar)

- http://jadclipse.sourceforge.net/wiki/index.php/Main_Page#Download

2. jad binary파일을 다운로드(Jad 1.5.8g for Windows 9x/NT/2000 on Intel platform)

- http://www.varaneckas.com/jad

3. jadclipse plugin파일을 이클립스 dropins폴더에 넣는다.
- ...\eclipse3.5.2\dropins

4. 이클립스를 실행

- window - preferences - java - jadclipse
path to decompiler에 jad binary경로 추가
(ex> D:\android_nsm\jadclipse\jad.exe)

- window - preferences - java - jadclipse - misc
convert unicode strings into ANSI String 체크

- window - preferences - general - editors - file associations 이동 후 *.class에
associated editor로 jadclipse class file viewer를 default로 선택

저작자 표시

'프로그램 언어 > 펌글' 카테고리의 다른 글

엑셀파일 복구하기  (0) 2011.11.02
jstl function 샘플~  (0) 2011.03.28
POI 옵션  (0) 2010.11.02
Eclipse에서 Swing 개발 & EXE 만들기  (1) 2010.03.17
모달 팝업창 제어하기  (0) 2010.02.21

+ Recent posts