Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
05-03 19:56
관리 메뉴

zyint's blog

JadClipse 본문

예전글들

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에 체크합니다.

 

 

 

 

 

이 글은 스프링노트에서 작성되었습니다.

Comments