The Java(tm) Tools Reference Pages
- java
- The Java Language Runtime that you use to run programs written in the Java(tm) Programming Language.
- 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 Language Compiler that you use to compile programs written in the Java(tm) Programming Language into bytecodes.
- jdb
- The Java Language Debugger that helps you find and fix bugs in Java(tm) programs.
- javah
- Creates C header files and C stub files for a Java(tm) class. These files provide the connective glue that allow your code written in the Java Programming Language to interact with code written in other languages like C.
- javap
- Disassembles compiled Java(tm) files and prints out a representation of the Java bytecodes.
- javadoc
- Generates API documentation in HTML format from Java(tm) source code.