1、文件导航StartExplorer
功能:快速从资源管理器中定位文件。
安装方式:在eclipse的Help——>Eclipse Marketplace中Search"StartExplorer",选中安装即可。
使用方法:在文件上右键,选择StartExplorer,Show in File Manager。
2、反编译工具JadClipse
JadClipse是Jad的Eclipse插件,是一款非常实用而且方便地Java反编译插件。
将下载的插件包net.sf.jadclipse_3.3.0.jar复制到eclipse的plugins目录下;
将 (jad.exe)文件放入 ..\jdk\bin目录下;
修改window -> Preferences -> Java -> JadClipse 下的Path to decompiler ,修改为jad.exe存放路径;
在Windows -> Perference -> General -> Editors -> File Associations中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer” 即可
重启eclipse。