The Java Man Pages
- javac
- The Java compiler
- java
- The Java interpreter, which you use to run Java programs.
- javah
- Used for creating the header files and stub files that
allow you to implement native methods.
- javap
- Disassembles compiled Java files and
prints out a representation of the Java bytecodes.
- javaprof
- A profiling tool.
- hotjava
- A World Wide Web browser that allows you to have interactive content.
java@java.sun.com