Documentation Contents
Java Platform, Standard Edition Tools Reference
Contents    Previous    Next

5 Create and Build Applications

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

Contents    Previous    Next

Oracle and/or its affiliates Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved.
Contact Us