Use the following commands to create and build applications:
This section contains the following commands:
appletviewer
(1): Runs applets outside of a web browser.
extcheck
(1): Detects version conflicts between a target Java Archive (JAR) file and currently installed extension JAR files.
jar
(1): Combines multiple files into a single JAR file.
java
(1): Starts a Java application.
javac
(1): Reads Java class and interface definitions and compiles them into bytecode and class files.
javadoc
(1): Generates HTML pages of API documentation from Java source files.
javah
(1): Generates C header and source files from a Java class.
javap
(1): Disassembles one or more class files.
jdb
(1): Finds and fixes bugs in Java platform programs.
jdeps
(1): Java class dependency analyzer