MyEclipse8.5默認(rèn)不支持SVN插件,需要手動(dòng)安裝,新版本的插件管理做了較大的調(diào)整,需要到MyEclipse Configuration Center中管理插件
1.SVN插件安裝
方法一,MyEclipse->Help—>MyEclipse Configuration Center,選擇Dashboard,右下角有個(gè)欄目是Quick-Add Popular Plug-ins,選擇Subclipse 1.6.x,其中Subclipse 中的Subcilpse Integration for Mylyn 3.x這一項(xiàng)不要選,然后next安裝,重啟eclipse即可
方法二,MyEclipse->Help—>MyEclipse Configuration Center,選擇Software,Browse Software 右邊有一個(gè)很小的鏈接按鈕 add site,點(diǎn)擊按鈕填好Name、Url安裝即可
2.反編譯插件jad安裝
準(zhǔn)備工作
- 下載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?download
- JadClipse 官網(wǎng):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安裝目錄(MyEclipse 8.x Latest)下dropins/創(chuàng)建eclipse文件夾,然后在eclipse文件夾中分別創(chuàng)建features、plugins文件夾,將net.sf.jadclipse_3.3.0.jar 分別拷貝到features和plugins文件夾中。
- 重新啟動(dòng)myeclipse后,配置jadeclipse插件
- 在eclipse窗口下,點(diǎn)擊Window > Preferences > Java > JadClipse > Path to Decompiler。(設(shè)置jad的絕對(duì)路徑,如 C:\java\Jad\jad.exe)。Use Eclipse code formatter(overrides Jad formatting instructions)選項(xiàng)打勾,與格式化出來(lái)的代碼樣式一致。
- 在eclipse窗口下,點(diǎn)擊Window > Preferences > Java > JadClipse > Misc,將Convert Unicode strings into ANSI strings選項(xiàng)打勾,避免反編譯后可能出現(xiàn)的中文亂碼。