MyElipes遇到 source not found解決方案


在用Myeclipse 或者是eclipse進行開發時候經常遇到這個問題。

 File class editor  source not found問題。原因很簡單,就是因為這是一個源碼包,相應的沒有編輯器能夠打開它。

MyElipes遇到 source not found解決方案

工具/原料

 
  •  myeclipse、eclipse

方法/步驟1

 
  1.  首先,需要下載兩個必須的插件包。

    一個是:准備反編譯需要的jad.exe

    下載地址:http://varaneckas.com/jad/

    二個是:反編譯編輯器net.sf.jadclipse_3.3.0.jar

    下載地址:http://sourceforge.net/projects/jadclipse/?source=dlp

    MyElipes遇到 source not found解決方案
  2.  第二:把插件安裝在Myeclise或eclipse中。

    1、對於jad.exe 。安裝於你jdk的安裝位置。

    2、net.sf.jadclipse_3.3.0.jar 在你的Myeclise或eclipse的dropins目錄中。

    安裝成功會有提示。

    MyElipes遇到 source not found解決方案
  3.  第三:設置在在Myeclise或eclipse中的配置參數。

     

     

     
     
  4.  第四:設置參數。

    在jadclipse-> debug勾選:output original line numbers as comments  在jadclipse->Misc勾選:covert unicode strings into  ANSI strings  在windows->preference->General->Editors->File Association將 JadClipse Class File Viewer設置為默認。

     
    MyElipes遇到 source not found解決方案
  5. 5

     第五:大功告成。

     

    END

注意事項

 
  •  兩個插件必備。否則會出現IOException


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM