5. Create and Build Applications

Use the following commands to create and build applications:

This section contains the following commands:

本章介绍应用程序构建相关的命令, 包括:

  • 5.1 appletviewer: Runs applets outside of a web browser.

  • 5.2 extcheck: Detects version conflicts between a target Java Archive (JAR) file and currently installed extension JAR files.

  • 5.3 jar: Combines multiple files into a single JAR file.

  • 5.4 java: 启动 Java 程序.

  • 5.5 javac: Reads Java class and interface definitions and compiles them into bytecode and class files.

  • 5.6 javadoc: Generates HTML pages of API documentation from Java source files.

  • 5.7 javah: Generates C header and source files from a Java class.

  • 5.8 javap: 展开(Disassembles)一到多个 class 文件.

  • 5.9 jdb: Finds and fixes bugs in Java platform programs.

  • 5.10 jdeps: Java class dependency analyzer

原文链接: https://docs.oracle.com/javase/8/docs/technotes/tools/windows/s1-create-build-tools.html