1. 程式人生 > >看不到原始碼?不用再attach source了,給myeclipse新增外掛JadClipse

看不到原始碼?不用再attach source了,給myeclipse新增外掛JadClipse

JadClipse是Jad的Eclipse外掛(myeclipse基本可以看作是eclipse集成了一些外掛),是一款非常實用而且方便地Java反編譯外掛。

新手老手都適用,免去看不到原始碼要去attach source的煩惱,也不用另外開啟反編譯軟體來看程式碼。

我們只需將下載的外掛包複製到eclipse(或myeclipse)的plugins目錄下,然後修改window -> Preferences -> Java -> JadClipse 下的Path to decompiler ,改成如:D:\Program Files (x86)\XJad\jad.exe,最後在Windows -> Perference -> General -> Editors -> File Associations中新增“*.class without source”關聯的編輯器為“JadClipse Class File Viewer”並設定為預設即可。

附: