生活随笔
收集整理的這篇文章主要介紹了
Myeclipse8.5 反编译插件 jad 安装
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
準備工作
下載jad.exe文件:http://www.varaneckas.com/sites/default/files/jad/jad158g.win.zip下載jadeclipse插件:http://prdownloads.sourceforge.net/jadclipse/net.sf.jadclipse_3.3.0.jar?downloadJadClipse 官網:http://jadclipse.sourceforge.net/wiki/index.php/Main_Page
安裝
將jad.exe解壓到指定目錄。如:c:\java\jad將jadeclipse插件net.sf.jadclipse_3.3.0.jar 拷貝到myeclipse安裝目錄\Genuitec\Common\plugins\目錄下。在myeclipse安裝目錄下dropins/創建eclipse文件夾,然后在eclipse文件夾中分別創建features、plugins文件夾,將net.sf.jadclipse_3.3.0.jar 分別拷貝到features和plugins文件夾中。重新啟動myeclipse后,配置jadeclipse插件在eclipse窗口下,點擊Window > Preferences > Java > JadClipse > Path to Decompiler。(設置jad的絕對路徑,如 C:\java\Jad\jad.exe)。Use Eclipse code formatter(overrides Jad formatting instructions)選項打勾,與格式化出來的代碼樣式一致。在eclipse窗口下,點擊Window > Preferences > Java > JadClipse > Misc,將Convert Unicode strings into ANSI strings選項打勾,避免反編譯后可能出現的中文亂碼。
總結
以上是生活随笔為你收集整理的Myeclipse8.5 反编译插件 jad 安装的全部內容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。