The Java Tools Reference Pages

java
The Java interpreter that you use to run Java programs.

appletviewer
Allows you to run applets without a World-Wide Web browser.

javat
The Java Translator from Bytecode to MIPS Code.


If you installed the java_dev product (including its documentation), then you also have the following:

javac
The Java compiler that you use to compile Java language programs into bytecodes.

jdb
The Java language debugger that helps you find and fix bugs in Java programs.

javah
Creates C header files and C stub files from a Java class. These files provide the connective glue that allow your Java and C code to interact.

javap
Disassembles compiled Java files and prints out a representation of the Java bytecodes.

javadoc
Generates API documentation in HTML format from Java source code.