학습자료/Java 2013. 2. 26. 17:40

그냥 마켓에서 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 완료


 

http://blog.naver.com/youzang7/70152882826

posted by cozyboy
: