自動附加JAR源代碼的Eclipse插件-Java Source Attacher -

Java Source Attacher 1.2 是一款自動幫你附加源代碼的Eclipse插件,相信很多Java Coder都有過手動附加源代碼的經歷,去網上搜索,然後下載下來,最後附加上,很麻煩,而且很費時間,現在Java Source Attacher 1.2就可以幫你很輕鬆的幫你自動搜索源代碼,下載下來,然後附加上,很方面的說,看看怎麼使用吧:

1.需求 Requirements:

      JDK1.5+

      Eclipse 3.5+

2.安裝方法

      在線更新:

      URL:http://svn.codespot.com/a/eclipselabs.org/free-plugins/trunk/site/

      手動下載:

      http://svn.codespot.com/a/eclipselabs.org/free-plugins/trunk/site/plugins/org.freejava.javasourceattacher_1.2.1.jar

      扔到Eclipse的安裝目錄下的dropins目錄下,重啓Eclipse即可

3.使用方法

    Right click on a Java library of a Java-based project and choose the menu item "Attach Java Source" and wait for the source code to be downloaded/attached to the library automatically (you will see a background job is running on Eclipse status bar).

    在你想要附加源代碼的jar包上點擊右鍵,選擇”Attach Java Source" ,然後就不用管了,該插件會聯網搜索源代碼,下載並附加到jar包上。你可以在右下角Eclipse狀態條上看到後臺任務在運行。

     趕快去試試吧。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章