美文网首页
#java se 10# Tools Reference

#java se 10# Tools Reference

作者: LeeMin_Z | 来源:发表于2018-07-05 21:12 被阅读5次

    文档地址
    https://docs.oracle.com/javase/10/tools/toc.htm

    主要工具

    以下是我学到过的,其他暂时还没用过..

    javac: 编译
    javap: 反汇编,You use the javap command to disassemble one or more class files.
    javadoc: 用于写注释文档。You use the javadoc tool and its options to generate HTML pages of API documentation from Java source files.
    java: 调用java程序。You can use the java command to launch a Java application.

    Language Shell

    jshell,感觉类似iPython。即开即用,免单元测试。测试ok后再写到程序文件里。

    相关文章

      网友评论

          本文标题:#java se 10# Tools Reference

          本文链接:https://www.haomeiwen.com/subject/djnduftx.html