반응형
http://www.varaneckas.com/jad
http://jadclipse.sourceforge.net/wiki/index.php/Main_Page
1. Jad, JadClipse 다운 (이클립스 버전에 맞게 다운로드)
2. net.sf.jadclipse_3.3.0.jar 파일을 이클립스 플러그인 폴더에 복사
3. 이클립스 Window - Preference - Java - JadClipse
Path to decompiler 에 jad.exe 경로 설정 (예: D:\eclipse\jad.exe )
4. MISC - convert unicode strings into ANSI string 선택 (한글깨짐방지)
5. 프로젝트 -> Properties - Java Build Path - Libraries - Add Class Folder - Create New Folder - Advanced - Link to folder in the file system - Browse - 클래스가 있는 폴더 선택 - 확인
6. Window - Preferences - General - Editors - File Associations - *.class 선택
Associated editors - JadClipse Class File Viewer (default)
프롬프트에서 jad.exe 사용
1. c:\>jad.exe -sjava xxx.class
2. xxx.java 생성
반응형
'Java+Jsp' 카테고리의 다른 글
jsp ftp (Commons net) (0) | 2010.02.18 |
---|---|
jsp file upload (MultipartRequest ) (0) | 2010.02.18 |
xml 읽어오기 (0) | 2009.11.02 |
엑셀 저장하기 (0) | 2009.10.29 |
페이징 처리 (0) | 2009.10.29 |