0. Donwload jad
Download and install jad app, and put intalled jad in the path on your computer to execute on any commnad window.

1. Create jad.bat file
Crate jad.bat file and put your jad.bat into path on your computer.
@echo off
jad -o -d. %*
notepad %~n1.jad
del %~n1.jad

2. Link class extension file to jad.bat that you made.

3. Unzip jar
Unzip a certain jar to your computer. and run "cmd" on execute window menu.
And, go to the unzipped jar directory and execute below command to decompile your class files.

4. Click class file
After clicking your class file linked jad.bat, you may see this window.



Strength of this bat file
- You may not decompile every class file.
- You may not know every option of jad.
- Autiomatically remove the jad file when you close the decompiled java source note-pad-window.


'general java' 카테고리의 다른 글

No SqlHandler log4j:ERROR problem  (0) 2009.04.21
JavaFx Programming Reference  (0) 2009.04.17
java sources for ojdbc  (0) 2009.04.17
중요한 DBCP 설정 공부  (0) 2009.04.10
Jad 사용법  (0) 2009.04.10
Posted by '김용환'
,