1. 程式人生 > >Eclipse: class file editor: source not found 問題解決辦法

Eclipse: class file editor: source not found 問題解決辦法

Eclipse: class file editor: source not found。。。。問題

在搜了很多資料之後,自己試驗總結了下面的辦法:

在eclipse編輯器中,當點選某個類時,想看一下這個類的具體實現,但是總是出現  

Class File Editor
Source not found

The source attachment does not contain the source for the file xxx.class.
You can change the source attachment by clicking Change Attached Source below.

<span style="font-size: 18px;">點選“Change Attached Source...”<img alt="搜尋" src="http://img.baidu.com/img/iknow/qb/select-search.png" id="selectsearch-icon" style="border: none; max-width: 100%;" />按鈕按照提示找到原始檔就可以了

重點一句話:
<span style="background-color: rgb(102, 255, 153);">找到相應的原始碼,進行壓縮,將壓縮包新增即可;</span></span>

比如你要找的是android程式碼的原始檔,將 sdk的包 壓縮一下 sdk.jar  ,再點選  add external file 或者 jar 都可以,這樣就 ok 了!

.另外如果就要查的是java 程式碼,將jdk的安裝路徑下的  Src.zip  新增即可  ,我的jdk安裝路徑是C:\Program Files\Java\jdk1.7.0_40

補充:也可以直接不用打包檔案,改為連結資料夾,但是在有些情況下,這種做法會失效。