反編譯軟件JAD

相關的安裝到Eclipse的步驟,好記性不如爛筆頭~~

1.將jad.exe放到jdk\bin目錄下
2.將net.sf.jadclipse_3.3.0.jar 放到Eclipse\plugins目錄下
3.將jadclipse3.3.link放到eclipse\links目錄下
4.重啟eclipse,打開window\preferences\Java,這時會有jadclipse選項,在 path to complier

填入jad.exe的路徑,temporary file 隨便給個路徑就行

5.在Eclipse --->window\preferences\general\eidtors\file association 單擊.class,這時下面就有jadclipse選項,把它選為
默認的就可以了

這時點擊你要反編譯的jar,你的eclipse菜單欄中應該就會有一個jadclipse菜單了,.class文件會被自動反編譯!(有可能要重啟eclipse)

你可能感兴趣的:(eclipse,jdk,.net)