java反编译工具Jadclipse配置方法

Installation

  • Put the JadClipse JAR file (附件中的net.sf.jadclipse_3.3.0.jar) into the plugins folder of your Eclipse installation.
  • Restart Eclipse (eclipse -clean).
  • Get Jad. (附件中的jad.exe) 
  • 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)
  • 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://download.csdn.net/source/2901113

参考: http://jadclipse.sourceforge.net/wiki/index.php/Main_Page

你可能感兴趣的:(java反编译工具Jadclipse配置方法)