eclipse jad 反編譯 外掛安裝

Java學習之平凡之路發表於2016-06-23

http://jingyan.baidu.com/article/ab69b270a598202ca7189f0a.html

工具/原料

  • eclipse or myeclipse
  • net.sf.jadclipse_3.3.0.jar
  • jad.exe

  • 1、將 (net.sf.jadclipse_3.3.0.jar)檔案放入 ..\eclipse\dropins目錄下

  • 2、將 (jad.exe)檔案放入 ..\jdk\bin目錄下 (其他class path 路徑也行)

  • 3、重啟eclipse  --> Window -->Preferences-->搜尋 jad搜尋的到說明安裝成功

  • 4、配置jadClipse  Path to decompiler:  為你jad.exe 檔案的位置  記得點 apply

  • 5、

    1. Window -->Preferences-->搜尋 file Associatio

    2.修改  *.class 的預設開啟方式

    3.修改  *.class without source

     *.class without source 版本不同 有些是沒有的 有選上

  • 6、重啟eclipse

    附帶  net.sf.jadclipse_3.3.0.jar jad.exe  

    網盤地址:http://pan.baidu.com/s/1qWPqIny


相關文章