myeclipse 10 decompile plugin installation

Decompile plugin download address:

http://download.csdn.net/detail/sundenskyqq/5101377

There is an installation instruction in the downloaded document, but I failed to install according to this instruction. So I also looked for the relevant steps on the Internet. After verification, the installation was successful. The steps are listed below for your reference:

step:

 

  (1) Unzip jad.exe to the jdk\bin directory of java

  (2) Copy the jadeclipse plug-in net.sf.jadclipse_3.3.0.jar to the myeclipse installation directory \Genuitec\Common\plugins\ directory.

  (3) Create the eclipse folder in the dropins under the myeclipse installation directory, then create the features and plugins folders in the eclipse folder, and copy net.sf.jadclipse_3.3.0.jar to the features and plugins folders respectively.

  (4) After restarting myeclipse, configure the jadeclipse plugin

              1) Under the eclipse window, click Window > Preferences > Java > JadClipse > Path to Decompiler. (Set the absolute path of jad, such as C:\java\Jad\jad.exe). Tick ​​the Use Eclipse code formatter(overrides Jad formatting instructions) option, which is consistent with the formatted code style.

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

 

Note: If you click Window > Preferences > Java > No JadClipse, there may be some minor differences due to different versions. Please refer to the following URLs here:

http://blog.csdn.net/jiangxuchen/article/details/8031354

http://blog.csdn.net/leecho571/article/details/7482672

Guess you like

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