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

你可能感兴趣的:(#java se 10# Tools Reference)