MyEclipse9.0 XJad configuration

Preparations:
1. Download the jad.exe file: http://www.varaneckas.com/jad

2. Download the jadeclipse plugin: http://sourceforge.net/projects/jadclipse/files/



1 Copy net.sf.jadclipse_3.3.0.jar and its decompressed package to the dropins directory of MyEclipse

2. Unzip jad.exe to the specified directory. Such as: D:\Java\jdk1.5.0_14\bin\jad.exe Note that it must be in the bin directory of jdk to have an effect
3. In the MyEeclipse window, click Window > Preferences > Java > JadClipse >

Path to Decompiler。

(Set the absolute path of jad, such as D:\Java\jdk1.5.0_14\bin\jad.exe)

Directory for temporary files

(For example, the location of net.sf.jadclipse._3.30 is D:\Program Files\MYexclise\MyEclipse 9\dropins\net.sf.jadclipse_3.3.0)


4. In the eclipse window, click Window > Preferences > Java > JadClipse > Misc, tick the option Convert Unicode strings into ANSI strings to avoid Chinese garbled characters that may appear after decompilation.


5. Restart myeclipse, and eclipse will automatically set the JadClipse Class File Viewer as the default opening method for class files. If there is no default, you can modify the default associated editor of "*.class" to "JadClipse Class File Viewer" in Eclipse's Window > Preferences > General > Editors > File Associations. After the setting is complete, double-click the *.class file, and eclipse will automatically decompile.


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324110730&siteId=291194637