• Eclipse使用过程中的经验总结


    1.Eclipse中如何配置JDK的Documents和Sources?

    “Windows”—> “Preferences”—> “Java”—> “Installed JREs”

    选中需要配置的JRE,点 “Edit”,选中 “JRE system libraries”中需要配置的JAR文件。

    也可以点中其中一个,用 “Ctrl+A”全选。

    * 在Eclipse中按F1看API的帮助:

    点 “Javadoc Location…”—> “Javadoc in archive”—> “External File”,

    在 “Archive path:”中配置下载的压缩文件,

    在 “Path within archive”中输入 “docs/api”,

    然后点 “Validate…”验证一下,最后点 “OK”。

    * 在Eclipse中看JDK的源代码:

    点 “Source Attachment…”—> “External Location”,

    在 “Path:”中输入源代码压缩文件所在的目录,最后点 “OK”。

  • 相关阅读:
    malloc和new的区别
    Http协议解析
    Linux基础命令-history
    Linux基础命令-last
    Linux基础命令-who
    Linux基础命令-free
    Linux基础命令-uptime
    Linux基础命令-uname
    Linux基础命令-ifconfig
    Linux基础命令-killall
  • 原文地址:https://www.cnblogs.com/zhuyx/p/10401914.html
Copyright © 2020-2023  润新知