MyElipes遇到 source not found解決方案
阿新 • • 發佈:2020-10-22
在用Myeclipse或者是eclipse進行開發時候經常遇到這個問題。
File class editor 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
2
第二:把外掛安裝在Myeclise或eclipse中。
1、對於jad.exe 。安裝於你jdk的安裝位置。
2、net.sf.jadclipse_3.3.0.jar 在你的Myeclise或eclipse的dropins目錄中。
安裝成功會有提示。
3
第三:設定在在Myeclise或eclipse中的配置引數。
4
第四:設定引數。
在jadclipse-> debug勾選:output original line numbers as comments在jadclipse->Misc勾選:covert unicode strings intoANSI strings在windows->preference->General->Editors->File Association將 JadClipse Class File Viewer設定為預設。
5
第五:大功告成。
END
注意事項
兩個外掛必備。否則會出現IOException
轉載於:https://my.oschina.net/airship/blog/490361