JAVA(1) JAVA(1)
appletviewer, jar, java, javac, javadoc, javah, javakey, javap, jdb -
Java Execution and Development Environments
The Java Execution and Development Environments form a complete toolkit
for running and developing Java applications and applets, including a
Java runtime system, compiler, debugger, and related tools. They are
based on version 1.1.8 of Sun's JDK.
/usr/java/bin/javac Java language compiler
/usr/java/bin/java Java language interpreter
/usr/java/bin/jdb Java language command-line debugger
/usr/java/bin/javah Program that creates C header files and C
stub files for a Java class
/usr/java/bin/javap Program that disassembles compiled Java files
/usr/java/bin/javadoc Program that generates API documentation in
HTML
/usr/java/bin/appletviewer Program that allows you to run applets
without a web browser
/usr/java/bin/jar The Java archive tool
/usr/java/bin/javakey The Java security tool
Complete documentation for the Java Execution and Development
Environments can be found starting at the URL
file:/usr/java/webdocs/release.html (viewable using Netscape).
Silicon Graphics is a registered trademark. Java and all Java-based
trademarks and logos are trademarks or registered trademarks of Sun
Microsystems, Inc. in the U.S. and other countries. Sun, Sun
Microsystems, and the Sun Logo are trademarks or registered trademarks of
Sun Microsystems, Inc. in the U.S. and other countries.
PPPPaaaaggggeeee 1111 [ Back ]
|