之前安装了svn插件,现在得安装反编译JadClipse插件
1、在myeclipse 10.7.1安装目录下的dropins文件夹里建立一个文件夹jad,把 plugins 和 features复制到jad文件夹中。
2、把jad.exe文件放到jdk的bin目录下
3、启动myelipse,Window->Preferences->Java->JadClipse,进行设置,Path to decomplier项填写你的jad.exe路径,下面那个默认就可以,如:path to decompile --- D:Program FilesJavajdk1.6.0_43binjad.exe
4、Window->Preferences->General->Editors->File Associations,将.class文件默认成通过JadClipse Class File Viewer打开。
配置完成~