Eclipse MyEclipse STS添加反编译插件JadClipse
- 1.首先寻找Window——>Preferences——>java是否有JadClipse,如果有就直接进入步骤4。
- 2.下载jar:net.sf.jadclipse_3.3.0.jar。
- 3.将jar文件放在工具的安装目录的plugins文件夹下,重启开发工具。
- 4.下载反编译工具jad ,将jad.exe解压到某个目录。
- 5.进入Window——>Preferences——>java——>JadClipse,将jad.exe所在路径配置在Path to decompiler配置项中。
- 6.如果仍然查看不了源码,进入Window——>Preferences——>General——>Editors——>File Associations,将*.class和*.class without source的Associated editors 默认值配置为JadClipse Class File Viewer。
- 7.配置完成后,便可查看源码。
希望此文能够帮助到您!