Java Development Tools
Java Development Tools
Tool
Appletviewer Java Javac Javadoc Javah Javap Jdb
Description
Enables us to run Java applets (without actually using a Java compatible browser) Java interpreter, which runs applets and applications by reading and interpreting bytecode files. The Java Complier, which translates source code to bytecode files that the interpreter can understand. Creates HTML format documentation from Java source code files. Produces Header files for use with native methods. Java disasembler, which enables us to convert bytecode files into program description. Java debugger, which helps us to find errors in our programs.