JDK Utilities : Introduction « Language « Java Tutorial

Home
Java Tutorial
1.Language
2.Data Type
3.Operators
4.Statement Control
5.Class Definition
6.Development
7.Reflection
8.Regular Expressions
9.Collections
10.Thread
11.File
12.Generics
13.I18N
14.Swing
15.Swing Event
16.2D Graphics
17.SWT
18.SWT 2D Graphics
19.Network
20.Database
21.Hibernate
22.JPA
23.JSP
24.JSTL
25.Servlet
26.Web Services SOA
27.EJB3
28.Spring
29.PDF
30.Email
31.J2ME
32.J2EE Application
33.XML
34.Design Pattern
35.Log
36.Security
37.Apache Common
38.Ant
39.JUnit
Java Tutorial » Language » Introduction 
1.1.2.JDK Utilities
ToolFunction
javacThe Java compiler. Converts Java source code into bytecodes.
javaThe Java interpreter. Executes Java application bytecodes directly from class files.
appletviewerA Java interpreter that executes Java applet classes hosted by HTML files.
javadocCreates HTML documentation based on Java source code and the comments it contains.
rmicCreates class files that support Remote Method Invocation (RMI).
rmiregistryRegistry used to gain access to RMI objects on a specific machine.
rmidActivation system daemon for RMI object registration and activation.
native2asciiSpecial program used to convert between standard Latin-1 Unicode characters and other international encoding schemes.
jarJava Archive (JAR) file generator. JAR files allow multiple Java classes and resources to be distributed in one compressed file.
keytoolUsed for security key generation and management.
jarsignerImplements digital signing of JAR and class files. Allows applets to be certified by trusted authorities.
policytoolAllows user-installation-level security policy configuration.


1.1.Introduction
1.1.1.Developing a Java program involves
1.1.2.JDK Utilities
1.1.3.See the details of the compilation: use the verbose option
1.1.4.A profiler is used to analyze how much time a program spends in each part of the code.
1.1.5.The syntax to use the javac tool
1.1.6.Java Compiler Options
1.1.7.The java Tool
1.1.8.Commonly Used Java Command Options
1.1.9.The javadoc Tool
1.1.10.The jar Tool
1.1.11.The javap Tool
1.1.12.Some of the Options Supported by the javap Utility
1.1.13.The jarsignature Tool
1.1.14.The native2ascii Tool
1.1.15.The jconsole Tool
1.1.16.Set the memory available to the JVM
1.1.17.Java memory command line arguments
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.