Deployment

This is a set of tools intended to help deploy Java applications:

  • appletviewer: This tool gives you the ability to run and debug Java applets without the need for a web browser.
  • extcheck: This tool allows you to find conflicts in JAR files.
  • jar: This tool is used for creating and manipulating JAR files. JAR files are Java Archive files.
  • java: This is the Java application launcher.
  • javac: This is the Java Compiler.
  • javadoc: This tool generates API documentation.
  • javah: This tool allows you to write native methods; it generates C header files.
  • javap: This tool disassembles class files.
  • javapackager: For signing and packaging Java applications, including JavaFX.
  • jdb: This is the Java debugger.
  • jdeps: This is an analyzer for Java ...

Get Java 9: Building Robust Modular Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.