Eclipse JAD反编译插件安装方法

朱雀 2021-05-12 11:51 611阅读 0赞

安装环境:eclipse3.4+jad.exe+jadclipse_3.3.0.jar

1、下载jad.exe和jadclipse_3.3.0.jar

下载地址:http://download.csdn.net/detail/liuxiao723846/8425835

2、将jad.exe拷贝到%JAVA_HOME%bin目录下,而且必须保证你的jdk环境配置好了。输入cmd->jad。如果出现这玩意说明配置是成功的。

Center

3、将jadclipse_3.3.0.jar拷贝到eclipse的plugins目录下

4、启动或重起eclipse,修改window -> Preferences -> Java -> JadClipse -> Path to decompiler 设置为:jad(默认为jad,如果不行,则此处设置为绝对路径如:D://jad//jad.exe)

Center 1

5、Windows -> Perference -> General -> Editors -> File Associations中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer”

Center 2

发表评论

表情:
评论列表 (有 0 条评论,611人围观)

还没有评论,来说两句吧...

相关阅读