0% found this document useful (0 votes)
55 views

Java Development Tools

The document describes several Java development tools including Appletviewer for running applets without a browser, Javac for compiling source code to bytecode, Javadoc for generating documentation from source code, Javah for creating header files for native methods, Javap for disassembling bytecode, and Jdb for debugging programs.

Uploaded by

brahmesh_sm
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views

Java Development Tools

The document describes several Java development tools including Appletviewer for running applets without a browser, Javac for compiling source code to bytecode, Javadoc for generating documentation from source code, Javah for creating header files for native methods, Javap for disassembling bytecode, and Jdb for debugging programs.

Uploaded by

brahmesh_sm
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like