Version 1.0

The Java(tm) Tools Reference Pages (Windows)

javac
The Java compiler that you use to compile Java language programs into bytecodes.
java
The Java interpreter that you use to run Java programs.
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.
appletviewer
Allows you to run applets without a World-Wide Web browser.