下載eclipse插件jadclipse_jar
下載Jad反編譯工具jadexe#download
將jad反編譯工具jadexe放到jdk安裝路徑的bin目錄下面jadclipse_jar放到eclipse的安裝目錄下的plugins目錄下
啟動eclipse打開Window>Preferences>Java>JadClipse
Path to decompiler這裡設置反編譯工具jad的全路徑名就是第三部jadexe的路徑
安裝完成後eclipse自動將JadClipse Class File Viewer設置成class文件的缺省打開方式如果沒有默認可以在Eclipse的Windows——> Perference——>General>Editors>File Associations中修改*class默認關聯的編輯器為JadClipse Class File Viewer設置完成後雙擊*class文件eclipse將自動反編譯
注意jadclipse_jar的版本與eclipse的platform版本號相關
From:http://tw.wingwit.com/Article/program/Java/hx/201311/26889.html