eclipse中集成jad反编译

Installation
1、Put the JadClipse JAR file into the plugins folder of your Eclipse installation.
2、Restart Eclipse (eclipse -clean).
3、Get Jad from http://www.varaneckas.com/jad/.
4、Put the Jad executable into a directory that is in the execution path of your operating system. Alternatively, you can configure the path to the Jad executable under Window > Preferences... > Java > JadClipse > Path to Decompiler. (Set the full path, e.g. C:\Program Files\Jad\jad.exe)
5、Go to Window > Preferences... > General > Editors > File Associations and make sure that the JadClipse Class File Viewer has the default file association for *.class files

引自: http://jadclipse.sourceforge.net

你可能感兴趣的:(eclipse,反编译,jad)