1. 程式人生 > >XXX.jar has no source attachment 解決方法

XXX.jar has no source attachment 解決方法

估計很多人在開發專案的時候會遇到這麼一個問題,想看一個類的原始碼的時候卻顯示這麼一句話

XXX.jar has no source attachment,簡單的說一下解決方法。

點選Attach Source按鈕 點選檔案選項

1.java的基本類

   rt.jar has no source attachment

   解決方法: 找到你的jdk/src.zip即可解決

2.struts原始碼

   struts.jar has no source attachment

   URL:  http://archive.apache.org/dist/struts/source/

   解決方法:找到你下載的zip檔案即可

3. hibernate

4.spring

  比較新的版本:https://github.com/spring-projects/spring-framework

 3.0以前老版本: http://sourceforge.net/projects/springframework/files/springframework-2/

  解決方法: 找到你下載的zip檔案即可