#java se 10# Tools Reference

文档地址
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后再写到程序文件里。

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容