Eclipse JAD反编译插件安装方法

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

所需软件下载地址:


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

2、将jad.exe拷贝到%JAVA_HOME%bin目录下(即JDK安装根目录中的bin目录下),将jadclipse_3.3.0.jar拷贝到eclipse的plugins目录下(无需解压)

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

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

猜你喜欢

转载自hyan.iteye.com/blog/1955723