http://www.csr.ists.ca/csr/help/java/Welcome.html (PC Press Internet CD, 03/1996)
Java(tm) Developers Kit
Version 1.0
The Java(tm) Tools Reference Pages (Solaris)
- javac
- The Java Language Compiler that you use to compile programs written in the
Java(tm) Programming Language into bytecodes.
- java
- The Java Language Runtime that you use to run programs written in the
Java(tm) Programming Language.
- 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.
- appletviewer
- Allows you to run applets without a World-Wide Web browser.