zoukankan      html  css  js  c++  java
  • Java Source Attacher 1.2 发布

       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状态条上看到后台任务在运行。

  • 相关阅读:
    Hibernate学习笔记_关系映射
    Hibernate学习笔记_核心幵发接口及三种对象状态
    Hibernate学习笔记_联合主键
    Hibernate学习笔记_ID生成策略
    API的控制器
    MVC跨域API
    WindowsForms 调用API
    触发器
    视图
    分页的存储过程的用法
  • 原文地址:https://www.cnblogs.com/eastson/p/3610615.html
Copyright © 2011-2022 走看看